… will receive a request, process the request and return a response. The requests have 4 main types: GET to retrieve data, POST often used to create entity, PUT often used to update entity and DELETE often used to delete an entity. Let’s create a simple get request: