curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/business/order' \
--header 'FC-WORKSPACE-ID: 0' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"business_id": 3,
"order": 1
}
]'
{
"request_id": "c0a800666232ba45ffc84b66283df7b0",
"data": "ok"
}