cURL
curl --request POST \ --url https://your-domain.com/api/client/v1/servers/{id}/files/decompress \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "root": "/", "file": "<string>" } '
{ "ok": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server UUID.
Decompressed