Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created December 15, 2021 12:21
Show Gist options
  • Save hieptl/8b2574cea1fb1d3adc494a7a9656261a to your computer and use it in GitHub Desktop.
Save hieptl/8b2574cea1fb1d3adc494a7a9656261a to your computer and use it in GitHub Desktop.
login api md - instagram clone react node
Method: POST
Example Request Body:
{
"email": "[email protected]",
"password": "123456"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment