curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/function/group/upsert' \
--header 'FC-WORKSPACE-ID: 123456' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_id": 1281,
"name":"功能分组1",
"owners":["zhangsan"],
"calculation": 7
}'
{
"request_id": "c0a800666232cbe2c3f0611c58a0e3b0",
"data": 6
}