Authorization: Bearer ********************
{
"phoneNumber": "string",
"ticket": "string"
}
curl --location --request POST 'http://api.sikey.com.cn/app-api/mcdisk/wristwatch/authorize/triggerSmsVerification' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "string",
"ticket": "string"
}'
{
"code": 0,
"data": {
"smsCount": 0
},
"msg": "string"
}