Create bindings for Hellosign/Dropbox Sign API
There is already an API SDK that exists for Dropbox Sign that should contain all of the logic needed to communicate with the API more easily. We will need to add this dependency and add support for the following features from the SDK:
- callback URLs
- Bulk send signature requests
- oauth2
- testmode
This data must also be persisted in the database upon success, so there will be a blocking dependency to bind to the database before this feature can be tackled.