curl --location --request POST 'https://api.flashcat.cloud/api/v1/northstar/business/upsert' \
--header 'FC-WORKSPACE-ID: FC-WORKSPACE-ID' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 27,
"name": "智能报警测试-勿删",
"owners": [
"flashcat"
],
"slo": 99.0,
"error_budget_minutes": 1000,
"error_budget_used_minutes": 0,
"description": "xxxx",
"order": 5
}'
{
"data": {
"id": 0
}
}