{
"appName": "buildingai"
}curl --location --request POST 'http://prod-cn.your-api-server.com/consoleapi/pm2/stop' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appName": "buildingai"
}'{
"code": 0,
"message": "string",
"data": [
{
"pid": 0,
"name": "string",
"pm_id": 0,
"monit": {
"memory": 0,
"cpu": 0
}
}
],
"timestamp": 0
}