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