What is the function of "GET" in HTTP requests? code example
Example: HTTP requests methods
GET /users/ - return the information for
POST /users/ - modify/update the information for by providing the data
PUT - I will omit this for now as it is similar enough to `POST` at this level of depth
DELETE /users/ - delete user with ID