{
"type": "WW_MOD_USER_REMARK_MSG",
"client_id": 1,
"data": {
"user_id": "788130228391xxxx",
"remark": "xxx"
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_MOD_USER_REMARK_MSG",
"client_id": 1,
"data": {
"user_id": "788130228391xxxx",
"remark": "xxx"
}
}'
{}