Auth
Sign in
Authenticates a user based on valid credentials and returns JWT token and refresh token
post/api/auth/login
Request body
Example request
{
"email": "user@example.com",
"password": "Password123!"
}Response
User has been successfully authenticated