curl --request POST \
--url https://monitor.aevr.space/api/v1/orgs/{orgId}/monitors \
--header 'Content-Type: application/json' \
--cookie auth-token= \
--data '
{
"name": "<string>",
"url": "<string>",
"checkType": "endpoint",
"method": "GET",
"expectedStatus": 200,
"headers": {},
"body": "<string>",
"bodyContains": "<string>",
"bodyNotContains": "<string>",
"responseFormat": "<string>",
"responseAssertionType": "<string>",
"responseAssertionPath": "<string>",
"responseAssertionValue": "<string>",
"intervalMinutes": 5,
"timeoutMs": 10000,
"degradedThresholdMs": 3000,
"isActive": true,
"isPublic": false,
"notifyChannelIds": [
"<string>"
]
}
'