Preparation test
GET/course/view-prep-test
Preparation test
Responses
- 200
OK.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
data string[]
{
"success": true,
"message": "string",
"data": [
"string"
]
}