cURL
curl --request POST \ --url https://api.zochil.io/v3/monitoring/profile/change-password \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "currentPassword": "<string>", "newPassword": "<string>" } '
Change current admin password
Current password
New password
Password changed successfully