Authorization: ********************{
"from": "2019-08-24",
"to": "2019-08-24",
"id": "string"
}curl --location --request GET 'https://api.funnymonitors.com/endpoints/v1/monitors/uptime' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "2019-08-24",
"to": "2019-08-24",
"id": "string"
}'{
"data": {
"from": "2019-08-24",
"to": "2019-08-24",
"uptime": 0,
"percentage": 0,
"count": 0,
"duration": 0,
"durationInWords": "string"
},
"requestedBy": "string",
"terms": "string"
}