post https://qa.connect.calamp.com/connect/services/users/resetpassword
The reset token generated from the '/forgotpassword' call should be passed back as the 'token' request parameter
Log in to see full request history
Responses
The reset token generated from the '/forgotpassword' call should be passed back as the 'token' request parameter
xxxxxxxxxx
curl --request POST \
--url https://qa.connect.calamp.com/connect/services/users/resetpassword \
--header 'accept: */*' \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here!