curl --location --request GET 'https://api.synap.ac/v3/annotations/'
{
"data": {
"id": "FID001",
"type": "Annotation",
"attributes": {
"collectionItemId": "string",
"body": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
}