Check superior voucher
POST/prakerja/auth/check-user-live-access
Check superior voucher
Request
- multipart/form-data
Body
required
coupon_code string
Responses
- 200
- 404
OK.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
{
"success": true,
"message": "string"
}
OK.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
Example:
Not Found!{
"success": true,
"message": "Not Found!"
}