Login User
POST /authentications
Login the registered user to get tokens.
Headers
Content-Type: application/json
Body
{
"username": "string",
"password": "string"
}
POST /authentications
Login the registered user to get tokens.
Content-Type: application/json
{
"username": "string",
"password": "string"
}