Change passwordAsk AIpost https://app.investglass.com/client_portal_api/portal_auth/change_passwordChange Password This endpoint is used to change the password for the client portal. Request Body current_password (string): The current password of the user. new_password (string): The new password to be set. Response The response is a JSON object with the following schema: { "success": true }