API Ganti PIN

{
    "cmd": "GPIN",
    "tid": "123456",
    "uid": "9004574775",
    "new": "1555",
    "pin": "9711",
    "sig": "6f1a17991d10ced5598e84a835e8db78"
}

Contoh Request:

curl --location --request POST 'https://localhost/api/dwimas.php' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cmd": "GPIN",
    "tid": "123456",
    "uid": "9004574775",
    "new": "1555",
    "pin": "9711",
    "sig": "6f1a17991d10ced5598e84a835e8db78"
}'

Contoh Response:

{
  "code": "500",
  "status": "Ganti PIN Berhasil",
  "data": null
}