curl --location --request POST 'https://api.falken.ltd/api/organizations//practice-logs' \
--header 'Content-Type: application/json' \
--data-raw '{
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"calendarEventId": "71851222-0b3f-4165-8103-f92e6eb2c9da",
"date": "2019-08-24T14:15:22.123Z",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"durationMinutes": 1,
"sessionType": 1,
"focusArea": "string",
"drills": "string",
"sessionRating": 1,
"notes": "string",
"attendances": [
{
"athleteId": "69552696-5b24-4200-805d-78e46a91f565",
"attendanceRequirement": 1,
"status": 0,
"notes": "string",
"isShared": true
}
]
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"calendarEventId": "71851222-0b3f-4165-8103-f92e6eb2c9da",
"calendarEventTitle": "string",
"coachUserId": "string",
"coachDisplayName": "string",
"date": "2019-08-24T14:15:22.123Z",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"durationMinutes": 0,
"sessionType": 1,
"focusArea": "string",
"drills": "string",
"sessionRating": 0,
"notes": "string",
"created": "2019-08-24T14:15:22.123Z",
"updated": "2019-08-24T14:15:22.123Z",
"attendances": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"athleteId": "69552696-5b24-4200-805d-78e46a91f565",
"athleteDisplayName": "string",
"athleteAvatarUrl": "string",
"attendanceRequirement": 1,
"status": 0,
"notes": "string",
"isShared": true
}
],
"attendedCount": 0,
"totalRosterCount": 0
}