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