Authorization: Bearer ********************curl --location --request GET 'https://mock.apidog.com/m1/479670-0-default/v1/programs?device_type=BATTERY&total_capacity_wh=16000&total_power_w=7000&zip_code=88801' \
--header 'Authorization: Bearer <token>'[
    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "name": "Demo Program",
        "description": "This demo program is for demo purposes.",
        "eligible_device_types": [
            "BATTERY"
        ],
        "can_auto_enroll": true,
        "minimum_reserve_percentage": 20,
        "minimum_commitment_months": 12,
        "participation_months": [
            1
        ],
        "earnings_for_site_upfront": 1000,
        "earnings_for_site_yearly": 500,
        "created_at": "2019-08-24T14:15:22Z",
        "updated_at": "2019-08-24T14:15:22Z",
        "enrollment_form": [
            {
                "name": "account_id",
                "label": "Utility Account Number",
                "type": "boolean",
                "hint": "You can find it on your utility bill. [Learn more](https://example.com)"
            }
        ],
        "terms_and_conditions_version": "2025-01-01",
        "terms_and_conditions_text": "**Terms and conditions** You agree to these mock terms."
    }
]