{
"phone_number": "18646034590",
"type": 3,
"device_id": "351710058880864"
}curl --location --request POST 'https://web.richen8.cn/api/v1/sms/send' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "18646034590",
"type": 3,
"device_id": "351710058880864"
}'{
"code": 0,
"message": "success",
"data": {
"expire_in": 300,
"message": "短信已发送",
"test_code": "132047",
"code_digits": 6
}
}