Authenticate user and receive an access token.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params multipart/form-dataRequired
Responses
{
"success": true,
"message": "string",
"data": {}
}
Modified at 2025-12-31 16:41:54