cURL
curl --request POST \ --url https://dashboard.gratian.pro/api/v2/apps/{appId}/start \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "action": "renamed", "from": "index.js", "to": "arquivo.js" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Arquivo movido ou renomeado com sucesso
true
Show child attributes