Created
February 21, 2023 02:16
-
-
Save jerrypm/bba5b9a4078f57f2893fba04f8070585 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"status": "success", | |
"message": "Login successful", | |
"data": { | |
"user_id": 101, | |
"username": "johndoe", | |
"password": "12345678", | |
"email": "[email protected]", | |
"token": "abcdefghijklmnopqrstuvwxyz", | |
"is_ok": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment