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