# `HTTP_METHOD`

#### Represents the different HTTP methods that can be used to send an API call.

## Enum Values

- ### `GET` = "GET"
  - Represents the HTTP 'GET' method.
- ### `POST` = "POST"
  - Represents the HTTP 'POST' method.
- ### `PATCH` = "PATCH"
  - Represents the HTTP 'PATCH' method.