curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/meeting-invitations/inv_tok_2Nf9xL8pQ3rT7zA1' \
--header 'X-Request-Id;' \
--header 'Authorization: Bearer <token>'{
"isSuccess": true,
"data": {
"meetingId": "7fa85f64-5717-4562-b3fc-2c963f66afa6",
"meetingTitle": "Client Discovery Meeting",
"projectName": "Requra.AI",
"scheduledAt": "2026-05-20T10:00:00Z",
"inviteeEmail": "consultant@example.com",
"inviteeDisplayName": "External Consultant",
"inviteeType": "GUEST",
"role": "PARTICIPANT",
"status": "PENDING",
"expiresAt": "2026-05-21T12:00:00Z"
},
"message": "Invitation preview retrieved successfully",
"statusCode": 200,
"errors": []
}