{
"type": "WW_USER_TO_OPEN_MSG",
"client_id": 1,
"data": {
"user_list": ["78813014xxxxxxx"],
"appid": "xxxx",
"corp_id": "xxxxx"
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_USER_TO_OPEN_MSG",
"client_id": 1,
"data": {
"user_list": ["78813014xxxxxxx"],
"appid": "xxxx",
"corp_id": "xxxxx"
}
}'
{}