{
"phone": "string",
"templateCode": "string"
}
curl --location --request POST '/sms/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"templateCode": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}