{
"data": [
{
"id": "FID001",
"type": "User"
}
]
}
curl --location --request POST 'https://api.synap.ac/v3/attempts//relationships/assigned-provisional-markers' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"id": "FID001",
"type": "User"
}
]
}'
null