curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/meetings/7fa85f64-5717-4562-b3fc-2c963f66afa6/leave' \
--header 'X-Request-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"participantId": "31ba4b89-29ed-4a25-a7ea-119c9c9f83d0"
}'{
"isSuccess": true,
"data": {
"id": "31ba4b89-29ed-4a25-a7ea-119c9c9f83d0",
"meetingId": "7fa85f64-5717-4562-b3fc-2c963f66afa6",
"userId": null,
"displayName": "Ahmed Ali",
"email": "ahmed@example.com",
"role": "PARTICIPANT",
"status": "LEFT",
"consent": {
"recordingConsent": true,
"consentedAt": "2026-05-20T10:03:00Z"
},
"joinedAt": "2026-05-20T10:04:00Z",
"leftAt": "2026-05-20T10:45:00Z"
},
"message": "Left meeting successfully",
"statusCode": 200,
"errors": []
}