cURL
curl --request POST \ --url https://your-domain.com/api/client/v1/servers/{id}/files/write \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: text/plain' \ --data '<string>'
{ "ok": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server UUID.
The body is of type string.
string
Written