curl --location --request POST '/api/Auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "string", "password": "string" }'
{ "token": "string", "expiresAt": "string" }