cURL
curl --request PUT \ --url https://dashboard.gratian.pro/api/client/account/email \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
[ "<string>" ]
Update the authenticated user’s email address.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content
0