curl --location 'https://petstore-demo.apifox.com/autotest/login' \
--header 'Content-Type: application/json' \
--data '{
"account": "string",
"password": "string"
}'{
"id": "string",
"username": "string",
"account": "string",
"password": "string",
"status": "string",
"createTime": 0,
"updateTime": 0,
"mobile": 0,
"lastProject": "string",
"email": "string",
"permissions": [
"string"
]
}