curl --location -g --request GET 'http://ecompulse.test/api/v1/ecommerce/wishlist/5/customer' \
--header 'Accept: application/json' \
--header 'X-API-Key: exzbLclGAzBCyL0k1Yv29Evu6mwoYOATBF0lWPyT'
{
"status": "success",
"message": "Wishlists retrieved successfully",
"data": {
"customer_id": 5,
"name": "Gore Chitila",
"products": [
{
"id": 1,
"product_id": 2,
"sku": "P2",
"name": "POLO T-Shirt",
"price": "32.00",
"image": "http://shopyx.test/images/products/1716519404.jpg",
"status": "In stock"
},
...
...
...
]
}
}