Authorization: ********************{
"answers": [
0
],
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}curl --location 'https://diveraid.test/api/v1/professional/renewals//modules//quiz' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"answers": [
0
],
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}'{
"status": "success",
"message": "string",
"data": {
"id": 0,
"log_code": "string",
"module_id": 0,
"total": 0,
"correct": 0,
"wrong": 0,
"score": 0,
"passed": true,
"date": "2019-08-24",
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z",
"questions": [
{
"id": 0,
"text": "string",
"answers": [
{
"id": 0,
"text": "string",
"is_correct": true,
"selected": true
}
]
}
]
}
}