curl --location --request PATCH 'https://api.staging.priceshape.io/products/?priceshapeFeedId=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"update": {
"salesPrice": 0,
"price": 0
},
"options": {
"salesPriceVatIncluded": true,
"priceVatIncluded": true
}
}'{
"success": "string"
}