curl --location 'https://beachdayapi.com/v1/tides//' \
--header 'Authorization: Bearer <token>'{
"beach_id": 1,
"tide_predictions": [
{
"date": "2026-06-24",
"tides": [
{
"time": "2026-06-24T06:14:00-07:00",
"type": "high",
"height_ft": 5.1
},
{
"time": "2026-06-24T12:41:00-07:00",
"type": "low",
"height_ft": 0.8
},
{
"time": "2026-06-24T18:57:00-07:00",
"type": "high",
"height_ft": 4.7
}
]
}
]
}