context passing to callback, added JSON schema
- Additional context from the POST request's JSON can be passed to the user-defined callback function. This allows for better future's post-completion processing.
Note: Please see Examples section for the relevant code in such use-cases.
- Updated docs with more examples/ use-cases.
- Added more type-hinting.