There are majorly four elements in a request.
Operation: These are the HTTP methods that we discussed above.
Endpoint: This is your REST API endpoint.
Parameters/body: This is some data that you might send in the request. We will see some examples in a moment.
Headers: This is a special part of a REST API request that might contain things like an API key or some authentication data