{
"content": "string",
"exp_date": 0,
"title": "string",
"top": true,
"uid": 0
}
curl --location --request POST 'https://api.v2.rainyun.com/user/vip/msg' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"exp_date": 0,
"title": "string",
"top": true,
"uid": 0
}'
{}