apiV2ZoomCallbackCreate method
Implementation
Future<void> apiV2ZoomCallbackCreate() async {
final response = await apiV2ZoomCallbackCreateWithHttpInfo();
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}