curl --location --request GET 'https://api.synap.ac/v3/custom-insights'
{
"data": [
{
"id": "FID001",
"type": "CustomInsight",
"attributes": {
"insightType": "studentProgress",
"insightData": [
null
]
},
"relationships": null
}
]
}