{
"event": "bind_phone",
"phone": "13888888888",
"country_code": "cn"
}curl --location --request POST 'http://prod-cn.your-api-server.com/sms/send' \
--header 'Accept: application/json' \
--header 'X-XSRF-TOKEN: {{x-xsrf-token}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "bind_phone",
"phone": "13888888888",
"country_code": "cn"
}'{
"status": "error",
"message": "发送过于频繁,请稍后再试",
"time": 1721290230
}