{
"data": {
"wxid": "xxx"
},
"client_id": 1,
"type": "MT_DATA_USER_LABELS_MSG "
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"wxid": "xxx"
},
"client_id": 1,
"type": "MT_DATA_USER_LABELS_MSG "
}'
{}