{ "username": "string", "password": "string" }
curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "string", "password": "string" }'
{ "token": "string", "expiresAt": 0 }