{
"data" : {
"room_wxid": "xxxxxxx",
"status": 1
},
"client_id": 1,
"type": "MT_SAVE_ROOM_TO_CONTACT_MSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data" : {
"room_wxid": "xxxxxxx",
"status": 1
},
"client_id": 1,
"type": "MT_SAVE_ROOM_TO_CONTACT_MSG"
}'
{}