{
"comments": {},
"terms": {},
"expiresAt": {},
"language": {},
"templateId": {}
}
curl --location --request PATCH 'https://platform.shopranos.eu/api/v1/sales-quotes//template-details' \
--header 'x-companyId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"comments": {},
"terms": {},
"expiresAt": {},
"language": {},
"templateId": {}
}'
{}