To run the sample curl script (curlExample.sh)

1. Ensure curl and jq are installed
    curl - test by running 'curl --version'
    jq - test by running 'jq --version', if not installed it may be found here: https://jqlang.org/download/

2. Open curlExample.sh, update the configuration:
    DOWNLOAD_LOCATION="$HOME/Downloads"
    USERNAME="u" # Replace with your username
    PASSWORD="p" # Replace with your password
    DICODE="0000" # DI code
    FORMAT="TXT" # File format (TXT or CSV)
    DOWNLOAD_TYPE="full" # Download type (e.g., full, new)

3. Run the script with './curlExample.sh'
    Note: the script must have execute permissions
