Authorization: Bearer ********************{
"type": "friend",
"groupId": 5,
"id": 1111
}curl --location --request POST 'https://ckbapi.quwanzhi.com/v1/kefu/wechatGroup/move?id=1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "friend",
"groupId": 5,
"id": 1111
}'{}