## What is the current behavior? In the file [`main.py`](https://github.com/deepgram/deepgram-python-sdk/blob/main/examples/manage/usage/main.py), the variable `reqResp` is never used because the output is printed from the wrong variable due to a typo. ## Steps to reproduce 1. Review the [`main.py`](https://github.com/deepgram/deepgram-python-sdk/blob/main/examples/manage/usage/main.py) file. 2. Observe that `reqResp` is defined but not used. 3. Notice that the value of a different variable is printed instead, due to a typo. ## Expected behavior The variable `reqResp` should be used correctly, and the correct variable's value should be printed. ## Other information The issue is due to a typo causing the wrong variable to be printed. The `reqResp` variable should be used to display the correct output.