API List Downline

{
    "cmd": "LISTDL",
    "tid": "123456",
    "uid": "DWS0009",
    "sig": "a6df01490a452118c9b673dcbbc6f5e4"
}

Contoh Request:

curl --location --request POST 'https://localhost/api/dwimas.php' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cmd": "LISTDL",
    "tid": "123456",
    "uid": "DWS0009",
    "sig": "a6df01490a452118c9b673dcbbc6f5e4"
}'

Contoh Response:

{
  "code": "500",
  "status": "List Data Downline",
  "data": [
    {
      "nisn": "9004574345",
      "nama": "Tset Daftar",
      "nohp": "+6281910400347",
      "saldo": "0"
    },
    {
      "nisn": "DWS4917",
      "nama": "VISCCA",
      "nohp": "+6287822464702",
      "saldo": "0"
    }
  ]
}