A simple module to upload file to an endpoint
❯ python .\file_upload.py -h
usage: file_upload.py [OPTIONS] [FILE]...
Upload file to a graphql api
positional arguments:
file path of the file to upload
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
required arguments:
-d DOMAIN, --domain DOMAIN
Base domain of the api
-t TOKEN, --token TOKEN
token for authentication