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