{
"username": "string",
"password": "string",
"type": "string",
"imgCode": "string",
"mobile": "string",
"captcha": "string"
}curl --location 'https://m1.apifoxmock.com/m1/1845243-0-default/api/v1/auth/login' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string",
"type": "string",
"imgCode": "string",
"mobile": "string",
"captcha": "string"
}'{
"code": 0,
"message": "string"
}