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