curl --location --request DELETE 'https://fullers.flamesware.com/api/api/v1/customer/wishlist/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Changed my mind"
}'
{}