curl --location --request POST 'https://api.flashcat.cloud/api/v2/firemap/business/delete' \
--header 'FC-WORKSPACE-ID: 123456' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_id": 4
}'
{
"request_id": "c0a800666232b85a7a6041d1e54123b0",
"data": "ok"
}