curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/meeting-invitations/inv_tok_2Nf9xL8pQ3rT7zA1/accept' \
--header 'X-Request-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"displayName": "External Consultant"
}'{
"isSuccess": true,
"data": {
"invitationId": "54ba4b89-29ed-4a25-a7ea-119c9c9f83d0",
"meetingId": "7fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "ACCEPTED",
"participantId": null
},
"message": "Invitation accepted successfully",
"statusCode": 200,
"errors": []
}