Skip to content

Instantly share code, notes, and snippets.

@jalvarado91
Last active August 7, 2022 20:33
Show Gist options
  • Save jalvarado91/252e4154603060f94fbb3ff60883e925 to your computer and use it in GitHub Desktop.
Save jalvarado91/252e4154603060f94fbb3ff60883e925 to your computer and use it in GitHub Desktop.
{"v":1,"name":"Tests","folders":[],"requests":[{"v":"1","endpoint":"http://localhost:3001/login","name":"Get Users","params":[],"headers":[],"method":"GET","auth":{"authType":"none","authActive":true,"addTo":"Headers","key":"","value":""},"preRequestScript":"","testScript":"","body":{"contentType":"application/json","body":"{\n \"email\": \"admin@test.com\",\n \"password\": \"password\"\n}"}},{"v":"1","endpoint":"http://localhost:3001/login","name":"Create User","params":[],"headers":[],"method":"POST","auth":{"authType":"none","authActive":true,"addTo":"Headers","key":"","value":""},"preRequestScript":"","testScript":"","body":{"contentType":"application/json","body":"{\n \"email\": \"admin@test.com\",\n \"password\": \"password\"\n}"}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment