Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
curl --request POST \
  --url https://api.helpyousponsor.com/v1/admin/notes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cat": "",
  "id": "1",
  "program_id": "donor",
  "type": "donor",
  "client_id": "1"
}'{
  "id": 123,
  "name": "<string>",
  "categories": [
    {}
  ],
  "notes": [
    {}
  ],
  "cat": "<string>",
  "program": {},
  "hysform": {},
  "program_id": 123,
  "type": "<string>",
  "submit": [
    {}
  ],
  "donor": {},
  "profileThumb": "<string>",
  "entity": {},
  "emailsets": {},
  "years": [
    {}
  ],
  "template_errors": [
    {}
  ]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
  --url https://api.helpyousponsor.com/v1/admin/notes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cat": "",
  "id": "1",
  "program_id": "donor",
  "type": "donor",
  "client_id": "1"
}'{
  "id": 123,
  "name": "<string>",
  "categories": [
    {}
  ],
  "notes": [
    {}
  ],
  "cat": "<string>",
  "program": {},
  "hysform": {},
  "program_id": 123,
  "type": "<string>",
  "submit": [
    {}
  ],
  "donor": {},
  "profileThumb": "<string>",
  "entity": {},
  "emailsets": {},
  "years": [
    {}
  ],
  "template_errors": [
    {}
  ]
}