{ "unitPrice": 200 }
curl --location --request PATCH 'https://platform.shopranos.eu/api/v1/quotes//price/' \ --header 'x-companyId;' \ --header 'Content-Type: application/json' \ --data-raw '{ "unitPrice": 200 }'
{}