Exam Pin Purchase

Use this endpoint to purchase Exam Pin

Endpoint

     METHOD POST
     https://www.gosmat.com/portal/api/exam/

Headers

     'Content-Type: application/json'
     "Authorization: API KEY"

Request Body

     {
        "exam_name": NetworkID,
        "quantity": quantity,
     }

Response

     {
        "status": "success", "Status": "successful", "msg": "123456, 123456, 123456", pin":"123456, 123456, 123456",
        "pins":"123456, 123456, 123456, "token": "123456, 123456, 123456"
     }