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.
{
"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