{
"title": "string",
"notes": "string"
}curl --location --request PUT 'https://platform.shopranos.eu/api/v1/quotes//eshop-user-details' \
--header 'x-companyId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"notes": "string"
}'