curl --location 'https://beachdayapi.com/v1/beaches/?state=&country=&search=&offset=&limit=' \
--header 'Authorization: Bearer <token>'{
"count": 47,
"results": [
{
"id": 1,
"name": "Venice Beach",
"state": "CA",
"latitude": 33.985,
"longitude": -118.469,
"nearest_buoy_id": "46025",
"nearest_tide_station": "9410660"
}
]
}