curl --location --request GET 'https://api.synap.ac/v3/learning-records/'
{
"data": {
"id": "FID001",
"type": "LearningRecord",
"attributes": {
"name": "string",
"score": 0,
"achievedOn": "string",
"visibleToStudent": true,
"attr": {}
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
}