{
"username": "string",
"password": "string"
}curl --location 'https://m1.apifoxmock.com/m1/5683120-0-default/api/auth/login' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string"
}'{
"code": 0,
"data": {
"accessToken": "string",
"refreshToken": "string",
"expiresAtMs": 0
},
"msg": "string"
}