{ "description": "Example request body for creating a new promoter via POST /api/v2/company/promoters", "request": { "email": "jane.doe@example.com", "first_name": "Jane", "last_name": "Doe", "ref_id": "jane-doe-2025", "campaign_id": 1234 }, "response": { "id": 98765, "email": "jane.doe@example.com", "name": "Jane Doe", "status": "active", "default_ref_id": "jane-doe-2025", "auth_token": "abc123xyz", "clicks_count": 0, "referrals_count": 0, "customers_count": 0, "revenue_amount": 0.0, "paid_amount": 0.0, "pending_amount": 0.0, "created_at": "2025-10-01T14:30:00Z", "updated_at": "2025-10-01T14:30:00Z" } }