{
"type": "WW_SEARCH_USER_MSG",
"client_id": 1,
"data": {
"keyword": "15666666666"
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_SEARCH_USER_MSG",
"client_id": 1,
"data": {
"keyword": "15666666666"
}
}'
{}