{
"type": "WW_SNS_LIST_MSG",
"client_id": 1,
"data": {
"limit":30,
"seq":0
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_SNS_LIST_MSG",
"client_id": 1,
"data": {
"limit":30,
"seq":0
}
}'
{}