curl --location --request GET '/api/win/pg/service' \
--header 'Authorization: {{ACCESS_TOKEN}}'
[
{
"clientPeerDependencies": {},
"command": "string",
"directory": "string",
"environ": [
"string"
],
"id": "string",
"name": "string",
"ports": "string",
"repo": "string",
"retrySeconds": 0,
"serverPeerDependencies": {},
"startAuto": true,
"startRetries": 0,
"startSeconds": 0,
"state": "string",
"stopTimeout": 0,
"user": "string",
"version": "string"
}
]