{
"mobile": "string",
"code": "string"
}
curl --location --request POST '/api/user/login/checkMobile' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "string",
"code": "string"
}'
"string"