{
"data": [
{
"id": "FID001",
"type": "CollectionFolder"
}
]
}
curl --location --request PATCH 'https://api.synap.ac/v3/collections//relationships/folders' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"id": "FID001",
"type": "CollectionFolder"
}
]
}'
{}