{
"type": "WW_DEL_USER_MSG",
"client_id":1,
"data":{
"user_id":"7881302283xxxxx",
"corp_id":"0"
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_DEL_USER_MSG",
"client_id":1,
"data":{
"user_id":"7881302283xxxxx",
"corp_id":"0"
}
}'
{}