API is generating invalid meeting link (Error: This meeting link is invalid (3,001))

API Endpoint(s) and/or Zoom API Event(s)
POST /v2/users/:user/meetings
Payload:
{
type: 2,
password: SecureRandom.alphanumeric(10),
settings: {
approval_type: 2,
audio: ‘both’,
join_before_host: true,
waiting_room: false,
registrants_email_notification: false,
participant_video: true,
meeting_authentication: false,
auto_recording: “none”,
use_pmi: false
}
}

Description
We are generated a zoom meeting via API, and we are receiving a success responde with all the meeting information generated from Zoom API, however some of the generated meeting are valid but other are not. For instance, we check 5 generated meeting, 3 of them have a valid ID and 2 of them have an invalid id, however all of the 5 meetings were generated with the same script, and same host.

Error?
For those that are not working we are receiving the following error message:

When trying to type the Meeting ID on Desktop::
“This meeting ID is not valid. Please check and try again”

And when trying to access on web:
“This meeting link is invalid (3,001)”

How To Reproduce
Meeting ID: 82155619032

The same is happing with this other Meeting ID: 85808640938

Any update on this? I have the same issue.