curl --location 'https://api.mitigate.uat.fi-sci.ai/v1/projects?page=&page_size=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"name": "Heathcote",
"bounding_box": {
"west": 150.9752613071574,
"south": -34.11365806204214,
"east": 151.04041453660855,
"north": -34.059698765687024
},
"grid_size": 500,
"timezone": "Australia/Sydney"
}
],
"meta": {
"total": 1,
"page": 1,
"page_size": 20,
"total_pages": 1
}
}