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