{
"quantity": {},
"unitPrice": {},
"billingStartDate": {},
"discountRate": {},
"billingFrequency": {}
}
curl --location --request PATCH 'https://platform.shopranos.eu/api/v1/sales-quotes//lines/' \
--header 'x-companyId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity": {},
"unitPrice": {},
"billingStartDate": {},
"discountRate": {},
"billingFrequency": {}
}'
{}