Created
January 20, 2024 23:07
-
-
Save aspsptyd/efb9645037d3ec9fd3c4f2acb33f801e to your computer and use it in GitHub Desktop.
Tambah Objek perform_akun untuk akun terkait
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response_code": 200, | |
"msg": "berhasil", | |
"perform_akun": { | |
"nama": "Valdi", | |
"ranking": "1", | |
"durasi": 151 | |
}, | |
"data": [ | |
{ | |
"nama": "Valdi", | |
"ranking": "1", | |
"durasi": 151 | |
}, | |
{ | |
"nama": "Goodeva Fitbit 5", | |
"ranking": "1", | |
"durasi": 0 | |
}, | |
{ | |
"nama": "Asep Septiadi", | |
"ranking": "1", | |
"durasi": 0 | |
}, | |
{ | |
"nama": "Pak Putra", | |
"ranking": "1", | |
"durasi": 0 | |
}, | |
{ | |
"nama": "Goodeva Fitbit 1", | |
"ranking": "1", | |
"durasi": 0 | |
}, | |
{ | |
"nama": "Goodeva Fitbit 2", | |
"ranking": "1", | |
"durasi": 0 | |
}, | |
{ | |
"nama": "Goodeva Fitbit 3", | |
"ranking": "1", | |
"durasi": 0 | |
}, | |
{ | |
"nama": "Goodeva Fitbit 4", | |
"ranking": "1", | |
"durasi": 0 | |
}, | |
{ | |
"nama": "Vavadele", | |
"ranking": "1", | |
"durasi": 0 | |
}, | |
{ | |
"nama": "Asep Septiadi", | |
"ranking": "1", | |
"durasi": 0 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment