post https://localhost:8080/v1/users/password
Creates the user password.
Log in to see full request history
Response
201The user password was created successfully [NO CONTENT]
Creates the user password.
201The user password was created successfully [NO CONTENT]
xxxxxxxxxx
curl --request POST \
--url https://localhost:8080/v1/users/password \
--header 'Content-Type: application/json'
Try It!
to start a request and see the response here!