curl --location '/notes' \
--header 'Content-Type: application/json' \
--data '{
"body": "string",
"contactId": "string",
"companyId": "string",
"dealId": "string",
"ownerId": "string",
"occurredAt": "string",
"pinned": true,
"metadata": {}
}'