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