Signin
Sign in to your account
Sign in to your Mavapay account
post/auth/signin
Request body
Example request
{
"email": "johndoe@email.com",
"password": "password"
}Response
Login successful
Example response
{
"status": "ok",
"message": "Login successful",
"data": {
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}
}