SIGNURL="https://thecompany.woffu.com/api/signs" APIURL="https://app.woffu.com" CURLBIN="/usr/bin/curl -s" RANDOMIZE=500 USERNAME="jholgado@thecompany.net" PASSWORD="thepassword" CYPHEREDUSERNAME="the CYPHEREDUSERNAME" SMTPHOST="mta.thecompany.com" SMTPUSER="smtp user" SMTPPASS="smpt host" MAILXBIN="/usr/bin/s-nail" declare -a MANDATORYHEADERS MANDATORYHEADERS=( 'Accept: application/json, text/plain, */*' 'Content-Type: application/json;charset=UTF-8' ) declare -a SIGNINHEADERS SIGNINHEADERS=( 'Origin: https://thecompany.woffu.com' 'Host: thecompany.woffu.com:443' 'Expect:' )