There are three Web services:
They can be accessed via the URL:
[http://<hostname>:<port_number>/ape/v1/<web_service_name>, where "hostname" is the name of the machine hosting the Sprint Boot application, "port_number" is the port number and "web_service_name" is the service name.
These Web services must be called via the POST method. The content of the query body must be in JSON format (add to the "Content-Type" query HTTP headers, with the "application/json" value).
Swagger documentation can be accessed via the URL:
http://<hostname>:<port_number>/ape/swagger-ui.html