{
"code": "string",
"mobile": "string"
}curl --location --request POST '/login/loginByMobileCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"mobile": "string"
}'{
"code": 0,
"data": true,
"message": "string",
"success": true
}