Skip to content

Instantly share code, notes, and snippets.

@jerrypm
Created February 21, 2023 02:16
Show Gist options
  • Save jerrypm/bba5b9a4078f57f2893fba04f8070585 to your computer and use it in GitHub Desktop.
Save jerrypm/bba5b9a4078f57f2893fba04f8070585 to your computer and use it in GitHub Desktop.
{
"status": "success",
"message": "Login successful",
"data": {
"user_id": 101,
"username": "johndoe",
"password": "12345678",
"email": "johndoe@example.com",
"token": "abcdefghijklmnopqrstuvwxyz",
"is_ok": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment