Download zoom meeting recording programatically

Hi,
I am using OAuth Token for all authentication process and API calling instead of JWT Token. How can i download recordings using OAuth? I tried to use OAuth token inplace of JWT token but unable to download recording it says:

{“status”:false,“errorCode”:401,“errorMessage”:“com.saasbee.webapp.exception.common.ValidationException: This API does not support oAuth2.”,“result”:null}

Suggest me any solution to download these recordings using OAuth authentication