Future<T> put<T>(IReturn<T> request, {dynamic body, Map<String, dynamic>? args}) { return send<T>(request, method: "PUT", body: body, args: args); }