curl --location --request GET 'https://api.synap.ac/v3/highlights/'
{
"data": {
"id": "FID001",
"type": "Highlight",
"attributes": {
"collectionItemId": "string",
"color": "string",
"range": "string",
"summary": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
}