Quick Bash Script that allows you to bypass content filtering, as none exists in the API at the moment.
Export API Key
Head over to 'beta.openai.com' to retrieve your personal API key and set it the variable CHATGPT_TOKEN...or hard code the key. idc
Install jq
Mac:
brew install jq
Debian:
apt install jq