cURL
curl --request PUT \ --url https://api.stag.songhaiexchange.io/v1/services/usermanagement/change-password/{id} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "newPassword": "<string>" } '
{ "newPassword": "<string>" }
Change user password.
Bearer token
User ID
Password changed successfully