{
"data": {
"type": "ExamQuestionStatsExport",
"attributes": {
"examId": "string",
"version": "string"
},
"relationships": {}
}
}
curl --location --request POST 'https://api.synap.ac/v3/exam-question-stats-exports' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "ExamQuestionStatsExport",
"attributes": {
"examId": "string",
"version": "string"
},
"relationships": {}
}
}'
{
"data": {
"id": "FID001",
"type": "ExamQuestionStatsExport",
"attributes": {
"examId": "string",
"version": "string"
},
"relationships": {}
}
}