Installs the WordPress CLI
POST api/servers/{server}/install/wp-cli
curl -X POST "https://ploi.io/api/servers/{server}/install/wp-cli" \ -H "Authorization: Bearer {token}" \ -H "Content-Type: application/json" \ -H "Accept: application/json"
HTTP/1.1 200 OK Content-Type: application/json { "status": "ok", "message": "WordPress CLI is being installed." }