curl --location --request POST 'http://127.0.0.1:3000/move_group_file' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"file_id": "string",
"parent_directory": "string",
"target_directory": "string"
}'
{
"status": "string",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string"
}