curl --location --request POST 'https://api.flashcat.cloud/monit/rule/list/basic?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"folder_id": 0
}'{
"error": {
"code": "string",
"message": "string"
},
"data": [
{
"id": 0,
"account_id": 0,
"folder_id": 0,
"name": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"ds_type": "string",
"enabled": true,
"debug_log_enabled": true,
"cron_pattern": "string",
"delay_seconds": 0,
"creator_id": 0,
"creator_name": "string",
"updater_id": 0,
"updater_name": "string",
"created_at": 0,
"updated_at": 0,
"triggered": true
}
]
}