Implement the available features under the endpoint in link `:user_change_password`. As can be seeing in `access.links.user_change_password` after running the code: ```elixir {:ok, access} = NubankAPI.Auth.get_token(cpf, password) ```
Implement the available features under the endpoint in link
:user_change_password.As can be seeing in
access.links.user_change_passwordafter running the code: