Trying to set a new password for a new USER using this URL format
http[s]::/openspecimen/rest/ng/users/{userId}/password?token={token}
the question is where do I get the TOKEN value or from where or how do I generate the token to pass it into the URL.
Thanks