Issue with RestFul API to update password

Issue with RestFul API to update password

Hello, 

We are having issue to update an account password using the restful API. We don't have any issue retrieve the password on the other hand. 

We are getting an error where PMP is complaining that the JSON data was in the wrong format. 

C:\Users\administrator.RP\PycharmProjects\PMP\venv\Scripts\python.exe "C:/Users/administrator.RP/PycharmProjects/PMP/venv/Password  Automation/update-password.py"
{
   "operation":{
      "Details":{
         "NEWPASSWORD":"Test@12345$",
         "RESETTYPE":"REMOTE",
         "REASON":"Password Expired",
         "TicketID":"7"
      }
   }
}
{"operation":{"name":"Input data is in wrong format","result":{"status":"Failed","message":"Input data is not a valid JSON"}}}

Process finished with exit code 0

I have checked and confirm that the JSON data is accurate.  Can someone help ?

Thanks,
Vikash

                New to ADSelfService Plus?