apikey: ********************curl --location --request GET '/billing_items' \
--header 'apikey: <api-key>'[
    {
        "id": "gen_random_uuid()",
        "billing_id": "ff92b95c-7be0-48d1-a220-4fc4e9f76d3f",
        "item_type": "listing_fee",
        "item_id": "4d8cd62e-a579-4dae-af8c-3172f96f8f7c",
        "description": "string",
        "quantity": 1,
        "unit_price": 0,
        "total_amount": 0,
        "created_at": "now()",
        "updated_at": "now()",
        "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
        "created_by": "users.get_auth_profile_id()",
        "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
    }
]