Dendra API v2 uses resource-oriented REST routes.
This means that the API is designed to be used with HTTP requests and responses, and follows RESTful principles, meaning
Each resource is identified by a URL (e.g. https://api.dendra.science/v2/organizations).
Resources are manipulated using standard HTTP methods (GET, POST, PUT, DELETE).
The API is stateless, meaning that each request is independent and does not depend on the previous requests.