cURL
curl --request POST \ --url https://panel.arqonara.com/api/client/servers/{server}/command \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "command": "<string>" } '
Execute a command on the server console.
Mengirim perintah (command) ke konsol server.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Command Sent