{
"passport": "string",
"password": "string",
"captcha": "string",
"device_id": "string",
"device_type": "string",
"guard": "web"
}
curl --location -g --request POST '/api/web/system/v1/auth/login?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'Authorization: Beare {{_token}}' \
--header 'x-type: user' \
--header 'Content-Type: application/json' \
--data-raw '{
"passport": "string",
"password": "string",
"captcha": "string",
"device_id": "string",
"device_type": "string",
"guard": "web"
}'
{
"code": 1,
"message": "string",
"data": {
"token": "string",
"type": "string",
"is_register": "string"
}
}