Authorization: ********************{
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"id": "string"
}curl --location --request GET 'https://api.funnymonitors.com/endpoints/v1/monitors/response' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"id": "string"
}'{
"data": {
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"response": [
{
"min": 0,
"max": 0,
"avg": 0,
"count": 0
}
]
},
"requestedBy": "string",
"terms": "string"
}