{
"account": "userName",
"code": "string",
"key": "string",
"pwd": "userPassword"
}
curl --location --request POST '/api/admin/login' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "userName",
"code": "string",
"key": "string",
"pwd": "userPassword"
}'
{
"code": 0,
"data": {
"account": "string",
"id": 0,
"isSms": true,
"realName": "string",
"token": "string"
},
"message": "string"
}