Login
Login
Login
- Login with valid credentials.
- Faça login com as credenciais válidas.
post/auth/access
Request body
Example request
{
"email": "john.doe@example.com",
"language": "portuguese/english",
"password": "@Password123",
"timezone": "UTC-3"
}Response
OK
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
}