{
"event": "bind_phone",
"phone": "13888888888",
"country_code": "cn"
}
curl --location --request POST 'http://127.0.0.1:8000/api/v2/sms/send' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "bind_phone",
"phone": "13888888888",
"country_code": "cn"
}'
{
"status": "string",
"message": "string",
"time": 0
}