{
"group_id": -9007199254740991,
"file_id": "string",
"parent_folder_id": "/",
"new_file_name": "string"
}curl --location --request POST 'https://shbot-api.wzstack.com/api/rename_group_file' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": -9007199254740991,
"file_id": "string",
"parent_folder_id": "/",
"new_file_name": "string"
}'{
"status": "ok",
"retcode": 0,
"data": {},
"message": "string"
}