{
"phone": "string",
"phoneCountryCode": "string",
"scene": "SCENE_TYPE_LOGIN"
}
curl --location --request POST 'https://core.authing.cn/api/v2/sms/send' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"phoneCountryCode": "string",
"scene": "SCENE_TYPE_LOGIN"
}'
{
"code": 200,
"message": "发送成功"
}