{
"type": "WW_ACCEPT_ROOM_INVITE_MSG",
"client_id": 1,
"data": {
"invite_url":"https:\/\/work.weixin.qq.com\/wework_admin\/external_room\/join\/exceed?vcode=14d9xxxxxxx"
}
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "WW_ACCEPT_ROOM_INVITE_MSG",
"client_id": 1,
"data": {
"invite_url":"https:\/\/work.weixin.qq.com\/wework_admin\/external_room\/join\/exceed?vcode=14d9xxxxxxx"
}
}'
{}