{ "oldPassword": null, "newPassword": null }
curl --location --request POST 'http://openapi.chem-site.com//pc/auth/resetPassword' \ --header 'authorization: bearerNWJiNDhkNzlmNjg0N2FlMmZiYjliZWM3NGVkNzIyMjNleUpsZUhCcGNtVWlPakUyTmpRMk1EazJORGNzSW1oaGMyZ2lPaUl5ZEhsc1JIQlhkWFpNUVdaWGJVRllJbjA9' \ --header 'Content-Type: application/json' \ --data-raw '{ "oldPassword": null, "newPassword": null }'
{ "status": "string", "code": "string", "message": "string", "data": {}, "error": {} }