post https://yoursite.com/api/user/update/password
Log in to see full request history
Responses
xxxxxxxxxx
curl --request POST \
--url https://yoursite.com/api/user/update/password \
--header 'Authentication: Bearer {access_token}' \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
Try It!
to start a request and see the response here! Or choose an example: