put https://example.com/auth/api/v1/password
Update local user password.
Log in to see full request history
Responses
200Successful response.
Update local user password.
200Successful response.
xxxxxxxxxx
curl --request PUT \
--url https://example.com/auth/api/v1/password \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!