{
"data": {
"type": "ExternalProctorSession",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}
curl --location --request POST 'https://api.synap.ac/v3/external-proctor-sessions' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "ExternalProctorSession",
"attributes": {},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "ExternalProctorSession",
"attributes": {
"id": "string",
"reference": "string"
},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
}
}
}
}