curl --location --request PUT 'https://api.falken.ltd/api/organizations//athletes//coach-notes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"isShared": true
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"athleteId": "69552696-5b24-4200-805d-78e46a91f565",
"coachUserId": "string",
"coachDisplayName": "string",
"content": "string",
"isShared": true,
"created": "2019-08-24T14:15:22.123Z",
"updated": "2019-08-24T14:15:22.123Z"
}