curl --location --request POST 'https://app.cubi.casa/api/integrate/v3/users/change-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"old_password": "string",
"new_password": "string"
}'{
"message": "Your password has been changed."
}