{
"data": {
"type": "TagSet",
"attributes": {
"label": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"tags": {
"data": [
{
"id": "FID001",
"type": "Tag"
}
]
}
}
}
}
curl --location --request POST 'https://api.synap.ac/v3/tag-sets' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "TagSet",
"attributes": {
"label": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"tags": {
"data": [
{
"id": "FID001",
"type": "Tag"
}
]
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "TagSet",
"attributes": {
"label": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"tags": {
"data": [
{
"id": "FID001",
"type": "Tag"
}
]
}
}
}
}