GET /api/:auth/list/ Fetch all the PM2 processes
GET /api/:auth/:pm_id/ Fetch all the running infos of a process
GET /api/:auth/:pm_id/logs/ Fetch the logs of a PM2 process
POST /api/:auth/:pm_id/reload/ Reload a process
POST /api/:auth/:pm_id/restart/ Restart a process
POST /api/:auth/:pm_id/stop/ Stop a process