token: ********************
{
"account": "zhaoyun",
"password": "e10adc3949ba59abbe56e057f20f883e"
}
curl --location --request POST 'http://cmi-api.gleg.site/api/auth/login' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"account": "zhaoyun",
"password": "e10adc3949ba59abbe56e057f20f883e"
}'
{}