{
"phone": "string",
"code": "string",
"storeId": "string",
"smsCode": "string",
"isContinueLogin": "string"
}
curl --location --request POST '/api/login/login' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"code": "string",
"storeId": "string",
"smsCode": "string",
"isContinueLogin": "string"
}'
{
"code": "string",
"msg": "string",
"data": {
"token": "string"
}
}