Skip to content

Instantly share code, notes, and snippets.

@OluwadaraDaily
Created June 2, 2023 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OluwadaraDaily/ee52a51f5943ba7497dbe78e3feb32ce to your computer and use it in GitHub Desktop.
Save OluwadaraDaily/ee52a51f5943ba7497dbe78e3feb32ce to your computer and use it in GitHub Desktop.
An example of a JSON body data for a REST API request
{
"id": 8,
"username": "Oluwadara",
"password": "[SOME_FANCY_ENCRYPTED_PASSWORD]",
"is_deleted": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment