Create a meeting
curl https://yourdomain.com/api/v1/meetings \
-H "Authorization: Bearer om_live_..." \
-H "Content-Type: application/json" \
-d '{
"title": "Board review",
"meeting_type": "meeting",
"scheduled_at": "2026-07-01T14:00:00Z",
"duration_minutes": 60
}'