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