{ "userName":"test03", "userPassword":"1234567", "newPassword": "1234567" }
curl --location --request POST 'http://47.92.1.39:8005/api/user/updatePassword' \ --header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwZXJtaXNzaW9ucyI6WyJlZGl0Iiwid3JpdGUiXSwicm9sZXMiOlsiYWRtaW4iLCJ1c2VyIl0sImV4cCI6MTY3MDkyNTY3NiwidXNlcm5hbWUiOiJ3aHQifQ.2RZ3QJtpiW5E9OQsj5j2DVETWt3pDtRrA9ySmWR9l1o' \ --header 'Content-Type: application/json' \ --data-raw '{ "userName":"test03", "userPassword":"1234567", "newPassword": "1234567" }'
{ "success": true, "errCode": null, "errMessage": null }