{
"relatedToId": "string",
"title": "string",
"body": "string",
"editorBody": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/lead/Note' \
--header 'Content-Type: application/json' \
--data-raw '{
"relatedToId": "string",
"title": "string",
"body": "string",
"editorBody": "string"
}'
{}