curl --location --request GET 'https://api.flashcat.cloud/api/v1/northstar/business/list?query=演示' \
--header 'FC-WORKSPACE-ID: 823147571215'
{
"request_id": "string",
"data": [
{
"id": 0,
"name": "string",
"owners": [
"string"
],
"order": 0,
"is_alerting": true,
"num_of_metrics": 0,
"num_of_alerting_metrics": 0,
"error_budget_minutes": 0,
"error_budget_used_minutes": 0,
"can_write": true
}
]
}