curl --location 'https://beachdayapi.com/v1/beaches//rules/' \
--header 'Authorization: Bearer <token>'{
"beach_id": 0,
"rules": [
{
"category": "dogs",
"status": "allowed",
"notes": "string"
}
]
}