{
"data": {
"type": "ExamineeNotification",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}
curl --location --request POST 'https://api.synap.ac/v3/examinee-notifications' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "ExamineeNotification",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "ExamineeNotification",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"exam": {
"data": {
"id": "FID001",
"type": "Exam"
}
},
"examV2": {
"data": {
"id": "FID001",
"type": "Exam-V-2"
}
},
"user": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
}