{
"to": "string",
"from": "string",
"type": 0,
"msg": "string"
}
curl --location --request POST 'https://gxs.shhkgxs.com:27443/api/yunxin/send' \
--header 'x-token-u: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjQ5NDgsImZyb20iOiJwYWQiLCJ0aW1lIjoxNjk0MTQwMjcyfQ.U1EloE5YpX43tWhfb9CEGCqmEtaT2LmLlu_BFxgtLeU' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "string",
"from": "string",
"type": 0,
"msg": "string"
}'
{}