curl --location -g --request GET 'https://dev-api.inwantaiwan.com/api/apps/v1/wishlist?filter[search]&filter[is_available]&filter[is_discount]' \
--header 'Accept: application/json'
{
"data": [
{
"id": 1,
"name": "volva uredo concido",
"variant": {
"id": 1,
"name": "Red",
"concat_id": "2_4",
"image": null,
"price": 20000,
"final_price": 20000,
"discount": null,
"flash_sale": null
},
"rep": {
"rating": 0,
"total_sold": 0
}
}
]
}