Skip to main content

Notification Quiz

POST Notification Quiz

Method: POST

URL: https://kms.bpsdmkemhan.id/api/development/ai/quizzes/notification

Authentication

bearer <token anda>

Request Body (Json)

 // generate quiz:

// {
// "type": "generate",
// "user_id": 1,
// "quiz_id": 40,
// "topics": ["sejarah", "praaksara"],
// "success": true
// }


// update result:

{
"type": "update_result",
"quiz_id": 40,
"quiz_result_id": 239,
"success": true
}