cURL
curl --request POST \ --url https://dashboard.gratian.pro/api/client/servers/{server}/backups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "is_locked": true, "ignored": "<string>" }'
[ "<any>" ]
Starts the backup process for a server.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
The response is of type any[].
any[]