* URL (API Endpoint) -- /posts/1
* http Verb -- POST, GEt, PUT, ---
* Headers (Metadata) -- { "Content-Type": "application/json" }
* Body (POST, PUT, PATCH) -- { title: "New Post" }
*HEADERS: HttpHeaders({})
*params: HttpParams({})
*observe: 'response'
*