curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/group/order' \
--header 'FC-WORKSPACE-ID;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"group_id": 6,
"business_id": 3,
"order": 4
}
]'
{
"request_id": "c0a800666232d0024fb867481daaf2b0",
"data": "ok"
}