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