User
Login
This endpoint can be used for login. The response contains an access token and a refresh token which need to be used in the Authorization header in the future API calls.
POST
/
users
/
login
Body
application/json
The email of the user is required to login.
The password of the user is a compulsory requirement for login.