{
"tel": "19141927164", // 要使用的手机号
"sendTel": "10086", // 发送到
"content": "123" // 内容
}curl --location --request POST 'https://dedaolm.com/admin-api/sms/send' \
--header 'Authorization: Bearer token' \
--header 'tenant-id: 1111' \
--header 'Content-Type: application/json' \
--data-raw '{
"tel": "19141927164", // 要使用的手机号
"sendTel": "10086", // 发送到
"content": "123" // 内容
}'"string"