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