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