{
"group_id": 0,
"file": "string",
"name": "string",
"folder": "string",
"folder_id": "string"
}
curl --location --request POST '/upload_group_file' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"file": "string",
"name": "string",
"folder": "string",
"folder_id": "string"
}'
{
"status": "ok",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string",
"echo": "string"
}