{
"mobile": "string"
}
curl --location --request POST 'http://192.168.20.159:8080/auth/sendSmsCode' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}