apikey: ********************curl --location --request GET '/listing_details_mv' \
--header 'apikey: <api-key>'[
    {
        "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304",
        "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
        "listing_name": "string",
        "listing_code": "string",
        "listing_status": "active",
        "vendor_id": "98232994-9d54-43ee-a280-d7c895362d0c",
        "service_type": null,
        "collection": null,
        "price": null,
        "media": [
            null
        ],
        "metadata": [
            null
        ],
        "listing_created_date": "string",
        "marketing": null,
        "slug": "string",
        "contents": [
            null
        ],
        "advertiser": null
    }
]