Authorization: ********************X-API-Key: ********************curl --location --request PUT 'https://my.xentree.com/api/core/notes/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string"
}'{
"id": "string",
"user_id": "string",
"conversation_id": "string",
"content": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}