{
"SMS": "string",
"appChannel": "string",
"phoneNum": "string",
"sms": "string",
"smsType": 0,
"uid": 0
}
curl --location --request POST 'https://applet.linkqh.com/applet/bff/user/sendSMS' \
--header 'secret: N&h74zqRR4*pkNNw' \
--header 'Content-Type: application/json' \
--data-raw '{
"SMS": "string",
"appChannel": "string",
"phoneNum": "string",
"sms": "string",
"smsType": 0,
"uid": 0
}'
{
"code": "string",
"date": {},
"msg": "string"
}