Auth
Login
Authenticates a user and creates a new access token.
post/v1/auth/login
Request body
Example request
{
"email": "user@example.com",
"password": "secretpassword123"
}Response
Login successful
Example response
{
"token": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}