Remove Wishlist
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request POST 'http://petfen-product.local.com:8082/api/product/wishlist/remove' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": 0
}'
Responses
application/json Modified at 2025-03-14 14:29:50