{
"data": [
{
"id": "FID001",
"type": "User"
}
]
}
curl --location --request POST 'https://api.synap.ac/v3/user-groups//relationships/users' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"id": "FID001",
"type": "User"
}
]
}'
{
"data": {
"id": "FID001",
"type": "BackgroundJob"
}
}