post http://localhost:8000/api/v1/account/password
Allows the current user to update their password.
Log in to see full request history
Response
Allows the current user to update their password.
xxxxxxxxxx
curl --request POST \
--url http://localhost:8000/api/v1/account/password \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: