{
"type": "WW_MOD_USER_PHONE_MSG",
"client_id": 1,
"data": {
"phone_list": [
"15688888888"
],
"user_id": "7881302283xxxxxxx"
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_MOD_USER_PHONE_MSG",
"client_id": 1,
"data": {
"phone_list": [
"15688888888"
],
"user_id": "7881302283xxxxxxx"
}
}'
{}