apikey: ********************curl --location --request GET '/listings' \
--header 'apikey: <api-key>'[
    {
        "id": "gen_random_uuid()",
        "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
        "name": "string",
        "code": "string",
        "status": "draft",
        "collection_id": "4bdef85c-3f50-4006-a713-2350da665f80",
        "created_at": "now()",
        "updated_at": "string",
        "vendor_id": "98232994-9d54-43ee-a280-d7c895362d0c",
        "created_by": "users.get_auth_profile_id()",
        "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
    }
]