cURL
curl --request POST \ --url https://dashboard.gratian.pro/api/client/servers/{server}/databases/{database}/rotate-password \ --header 'Authorization: Bearer <token>'
[ "<any>" ]
Rotates the password for the given server model and returns a fresh instance to the caller.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
The database ID
The response is of type any[].
any[]