curl --location --request GET 'https://api.synap.ac/v3/tag-sets/'
{
"data": {
"id": "FID001",
"type": "TagSet",
"attributes": {
"label": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"tags": {
"data": [
{
"id": "FID001",
"type": "Tag"
}
]
}
}
}
}