HttpService
This demo uses https://jsonplaceholder.typicode.com/ for data.
Note: 'post' means a news or forum post, 'POST' refers to the HTTP verb
GET a post
POST (create) a post
Note: 'created' posts will not really be saved to the remote server, but you will get a POST response as though the response was created.