curl --location --request GET '/parking-lots//sessions' \
--header 'Authorization: <api-key>'[
{
"id": "1",
"parking_lot_id": "1",
"licenseplate": "JO-227-4",
"started": "2020-03-25T20:29:47Z",
"stopped": "2020-03-26T05:10:47Z",
"user": "natasjadewit",
"duration_minutes": 521,
"cost": 16.5,
"payment_status": "paid"
}
]