curl --location --request GET '/danger-zones/heatmap?bounds&days' \
--header 'Authorization: Bearer <token>'{
"bounds": {},
"count": 0,
"heatmap": [
{
"lat": 0,
"lng": 0,
"weight": 0,
"type": "string",
"date": "2019-08-24T14:15:22.123Z"
}
]
}