API Validasi

{
    "cmd": "VALID",
    "rid": "20210728100840034",
    "otp": "968145"
}

Contoh Request:

curl --location --request POST 'https://localhost/api/dwimas.php' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cmd": "VALID",
    "rid": "20210728100840034",
    "otp": "968145"
}'

Contoh Response:

{
  "code": "500",
  "status": "Validasi Member berhasil 9004574775",
  "data": {
    "nama": "Test Daftar",
    "nohp": "+6281910400347",
    "nisn": "9004574775"
  }
}