cURL
curl --request GET \ --url https://panel.arqonara.com/api/client/account \ --header 'Authorization: Bearer <token>'
Retrieve information about the authenticated account.
Mengambil informasi detail mengenai akun yang sedang login.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Account Details