POST
/auth/loginCustomer login
**Status:** `implemented` Authenticate a customer and receive access tokens.
Authentication
Request
Make a POST request to /auth/login with a JSON request body.
Request Body
Required
Content-Type: application/json
Response
200Login successful
400Bad Request
401Unauthorized
403Forbidden
422Unprocessable
429Too Many Requests
500Internal Server Error