Returns a single contact note by ID.
Attributes:
body (string) - The note contentcreated_at (datetime) - When the note was createdupdated_at (datetime) - When the note was last modifiedRelationships:
contact - The contact this note belongs toBearer authentication header of the form Bearer <token>, where <token> is your auth token.
with ?include=contact the response will include the related contact resource
Sparse fields, use: body for example ?fields[contact_notes]=body