We are using Zoom API ( Meeting ).
Recently when we make req for Zoom-API, The Req is beeing canceled from the Zoom Server side before process the Response to the Req.
Due to that we are getting errors from our side, when calling on Zoom API. This isssue happen most of time when we try to fetch data from API.
# Error
httpcore.RemoteProtocolError: Server disconnected without sending a response
From our end we make req on below Endpoit. When making requestes we make 8 concurret req on Zoom API side. Then we are getting this Server disconnected without sending a response issue.