These endpoints provide methods to add, edit, and delete external service related data
Method: GET
Uri: /Service
Authorization: Authenticated
Get list of external service that user have access to
Method: POST
Uri: /Service
Authorization: Authenticated
Create a new external service
Method: GET
Uri: /Service/{serviceId}
Authorization: Authenticated
Get an external service by Id
Method: PUT
Uri: /Service/{serviceId}
Authorization: Authenticated
Update an external service
Method: DELETE
Uri: /Service/{serviceId}
Authorization: Authenticated
Delete an external service
Method: GET
Uri: /Service/name/{serviceName}
Authorization: Authenticated
Get the external service data by name