curl --location --request GET 'http://prod-cn.your-api-server.com/group' \
--header 'Accept: application/json' \
--header 'X-XSRF-TOKEN: {{x-xsrf-token}}' \
--header 'Authorization: Bearer {{token}}'{
"status": "success",
"message": "successful",
"data": {
"group": {
"id": 1,
"name": "系统默认组",
"intro": "这是系统默认角色组",
"is_default": true,
"is_guest": true,
"options": {
"max_upload_size": 5120,
"file_expire_seconds": 0,
"limit_concurrent_upload": 4,
"limit_per_minute": 20,
"limit_per_hour": 100,
"limit_per_day": 300,
"limit_per_week": 600,
"limit_per_month": 1000,
"allow_file_types": [
"jpg",
"jpeg",
"webp",
"avif",
"bmp",
"gif",
"png",
"tif",
"tiff",
"jp2",
"j2k",
"jpf",
"jpm",
"jpg2",
"j2c",
"jpc",
"jpx",
"heic",
"heif"
]
}
},
"storages": [
{
"id": 1,
"name": "本地储存",
"intro": "这是本地储存驱动",
"provider": "local"
}
],
"payments": [
{
"id": 4,
"name": "支付宝",
"intro": "",
"provider": "paypal"
}
]
},
"time": 1728887274
}