curl --location --request POST '/trans_group_file' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456",
"file_id": "/file_id"
}'{
"status": "ok",
"retcode": 0,
"data": {
"ok": true
},
"message": "",
"wording": "",
"stream": "normal-action"
}