{
"relatedToType": "Lead",
"relatedToId": "string",
"title": "string",
"body": "string",
"editorBody": "string"
}curl --location 'https://platform.shopranos.eu/api/contact/note' \
--header 'Content-Type: application/json' \
--data '{
"relatedToType": "Lead",
"relatedToId": "string",
"title": "string",
"body": "string",
"editorBody": "string"
}'{}