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