curl --location --request POST '/parking-lots' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Goeree Parkeerterrein",
"location": "Middelharnis Center",
"address": "Voorstraat 12, 3241 BB Middelharnis",
"capacity": 120,
"reserved": 46,
"tariff": 5.5,
"daytariff": 20,
"created_at": "2022-03-25",
"coordinates": {
"lat": 50.8921,
"lng": 6.3731
}
}'Parking lot saved under ID: {new_lid}