blockUser method
PATCH /{version}/membership/auth/block
Implementation
Future<Object?> blockUser(
{Map<String, Object?>? query,
Object? body,
Map<String, String>? headers}) {
return transport.send(
route: '/{version}/membership/auth/block',
method: 'PATCH',
query: query,
body: body,
headers: headers,
pathParams: null,
);
}