My Software Engineering Notes Help

request.rest User Auth Example

GET http://localhost:3000/users ### POST http://localhost:3000/users Content-Type: application/json { "name": "Rick", "password": "password" } ### POST http://localhost:3000/users/login Content-Type: application/json { "name": "Rick", "password": "password" }

'###' denotes line separation

Last modified: 10 March 2024