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/v1/product/wishlist/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": 0
}'
Responses
application/json Modified at 2025-02-13 03:24:35