cURL
curl --request GET \ --url https://dashboard.gratian.pro/api/client/servers/{server}/files/contents \ --header 'Authorization: Bearer <token>'
"<string>"
Return the contents of a specified file for the user.
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 string.
string