pub fn remove_owner_request(
package_name: &str,
owner: &str,
api_key: &str,
config: &Config,
) -> Request<Vec<u8>>Expand description
API Docs:
https://github.com/hexpm/hex/blob/main/lib/mix/tasks/hex.owner.ex#L139
https://github.com/hexpm/hex/blob/main/lib/hex/api/package.ex#L28