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