English
cURL
curl --request PUT \ --url https://{base_url}/v1/account/me \ --header 'Content-Type: application/json' \ --data ' { "current_password": "<string>", "new_password": "<string>" } '
Update the current user’s account information. At this moment only password change is available.Only the account owner can use this endpoint.
The updated account information.