{ "request": { "method": "POST", "url": "https://api.honeycomb.io/1/markers/my-service", "headers": { "X-Honeycomb-Team": "$HONEYCOMB_API_KEY", "Content-Type": "application/json" }, "body": { "message": "deploy v2.13.0", "type": "deploy", "start_time": 1748160000, "url": "https://github.com/example/my-service/releases/tag/v2.13.0" } }, "response": { "status": 201, "headers": { "Content-Type": "application/json" }, "body": { "id": "01HQABCDEF0123456789", "message": "deploy v2.13.0", "type": "deploy", "start_time": 1748160000, "end_time": null, "url": "https://github.com/example/my-service/releases/tag/v2.13.0", "created_at": "2026-05-25T12:00:00Z", "updated_at": "2026-05-25T12:00:00Z", "color": "#7B61FF" } } }