curl --request PUT \
--url https://dev-iam.razi.ai/v1/authentication/users/__USERID__/password \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--header 'X-App-Name: ' \
--data '{
"currentPassword": "OldSecret@slidezAB",
"newPassword": "Secret@slidezAB"
}'