{ "description": "Example request body for tracking a sale via POST /api/v2/track/sale", "request": { "uid": "customer-uid-12345", "email": "customer@example.com", "amount": 4900, "plan": "pro_monthly", "currency": "usd" }, "response": { "id": 55001, "state": "active", "uid": "customer-uid-12345", "email": "customer@example.com", "plan_name": "pro_monthly", "mrr": 49.0, "promoter_id": 98765, "campaign_id": 1234, "created_at": "2025-10-05T09:15:00Z", "updated_at": "2025-10-05T09:15:00Z" } }