cURL
curl --request PUT \ --url https://panel.arqonara.com/api/client/account/email \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
Update the email address associated with your account.
Memperbarui alamat email akun.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Updated