{
"data": [
{
"type": "StudyItem",
"attributes": {
"targetId": "FID001",
"type": "collection"
}
}
]
}
curl --location --request POST 'https://api.synap.ac/v3/studies//relationships/items' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"type": "StudyItem",
"attributes": {
"targetId": "FID001",
"type": "collection"
}
}
]
}'
null