--url https://betteruptime.com/api/v2/status-pages/123456/status-reports \
--header 'Authorization: Bearer YOUR_API_TOKEN' \
--header 'Content-Type: application/json' \
"title": "Status report title",
"message": "Status update message",
"affected_resources": [{"status_page_resource_id": "12345", "status": "downtime"}]