curl --request POST \
--url https://api.alerty.ai/monitor/{id}/chart \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"range": {
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z"
},
"stepInSeconds": 123,
"filterBy": {}
}'