curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/business/group/upsert' \
--header 'FC-WORKSPACE-ID: 893594101777' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "自定义层级",
"order": 3,
"enable":true
}'
{
"request_id": "c0a800666232abcaa85841d1aff892b0",
"data": 3
}