Auth
POST
/api/Auth/login
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/Auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string"
}'
Response Response Example
{
"token": "string",
"expiresAt": "string"
}
Request
Body Params application/json