curl --location --request DELETE 'https://fullers.flamesware.com/api/api/v1/customer/wishlist/clear' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "product"//optional
}'
{}