v1.0.1: Fix runtime panic error occurring while using uninstall API with retry config
The underslying sendRetry method was leading to panics when nil is sent as body parameter which directly affects Uninstall method usage with retries. This release addresses that issue.