Makes a DELETE request to the Fortress API with a JSON body and deserializes the response.
Makes a GET request to the Fortress API and deserializes the JSON response.
Overrides the bearer token used in all subsequent API requests.
Makes a PATCH request to the Fortress API with a JSON body and deserializes the response. Used for partial updates to existing resources.
Makes a POST request to the Fortress API with a JSON body and deserializes the response.