{
"phone": "string",
"type": 0,
"code": "string"
}
curl --location --request POST 'http://localhost:8080/common/smsCode' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"type": 0,
"code": "string"
}'
{
"code": 0,
"status": true,
"msg": "string",
"data": {},
"isSecurity": true
}