{
"data": [
{
"id": "FID001",
"type": "MobileStudyItem"
}
]
}
curl --location --request POST 'https://api.synap.ac/v3/mobile/spaced-learnings//relationships/study-items' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"id": "FID001",
"type": "MobileStudyItem"
}
]
}'
null