{
"group_id": 123456,
"file_id": "ee87348ece794e778a4ac9e81f2edb17",
"current_parent_directory": "/",
"target_parent_directory": "/ca0f1860-6362-4777-bc50-9f31993c6877"
}
curl --location --request POST '/move_group_file' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 123456,
"file_id": "ee87348ece794e778a4ac9e81f2edb17",
"current_parent_directory": "/",
"target_parent_directory": "/ca0f1860-6362-4777-bc50-9f31993c6877"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"ok": true
},
"message": "string",
"wording": "string",
"echo": "string"
}