httpMethod
An httpMethod is a fundamental component of the Hypertext Transfer Protocol (HTTP), the foundational protocol of data communication for the World Wide Web. It defines the action to be performed on a resource identified by a URI. Essentially, it tells the server what the client wants to do with the requested data.
Common httpMethods include GET, POST, PUT, DELETE, and OPTIONS. The GET method is used to retrieve data
HTTP methods are case-sensitive and must be written in uppercase letters. The choice of httpMethod is crucial