Unable to create a recording registrant - error code: 3301

Details below,

Webinar Id: 95406404681

List of on demand recordings:

API: GET https://api.zoom.us/v2/meetings/95406404681/recordings
Response:

{
    "uuid": "HqkXwGkTQb2NIjvmYw1Gdg==",
    "id": 95406404681,
    "account_id": "qXmMp1ARTJal7kT9XkZf_g",
    "host_id": "ED90bWGoSeSx_Yr7OcjKDg",
    "topic": "My Webinar test prod",
    "type": 5,
    "start_time": "2022-04-19T05:09:52Z",
    "timezone": "Asia/Calcutta",
    "host_email": "***",
    "duration": 0,
    "total_size": 528830,
    "recording_count": 2,
    "share_url": "***",
    "recording_files": [
        {
            "id": "655fbbbd-8e08-4faa-8ca2-ba98abb3debc",
            "meeting_id": "HqkXwGkTQb2NIjvmYw1Gdg==",
            "recording_start": "2022-04-19T05:09:54Z",
            "recording_end": "2022-04-19T05:10:09Z",
            "file_type": "MP4",
            "file_extension": "MP4",
            "file_size": 285687,
            "play_url": "***",
            "download_url": "***",
            "status": "completed",
            "recording_type": "shared_screen_with_speaker_view"
        },
        {
            "id": "56655f9d-513d-42af-94db-3785fa0feb0c",
            "meeting_id": "HqkXwGkTQb2NIjvmYw1Gdg==",
            "recording_start": "2022-04-19T05:09:54Z",
            "recording_end": "2022-04-19T05:10:09Z",
            "file_type": "M4A",
            "file_extension": "M4A",
            "file_size": 243143,
            "play_url": "***",
            "download_url": "***",
            "status": "completed",
            "recording_type": "audio_only"
        }
    ],
    "password": "***"
}

Create a recording registrant:

API: POST https://api.zoom.us/v2/meetings/95406404681/recordings/registrants
Response:

{
    "code": 3301,
    "message": "This recording does not exist."
}

Authentication mode: JWT

Note: I was able to register for the recording using the recording’s registration URL.

Hello.

We are experiencing the exact same issue since earlier this morning.

Thank you in advance.

Haris