curl --location 'https://menoo.me/api/v1/locations' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"location_id": 42,
"name": "Trattoria da Mario",
"handle": "trattoria-mario",
"address": "Via Roma 1, Milano",
"phone": "+39 02 1234567",
"is_active": true,
"created": "2026-01-15 10:30:00"
}
]
}