curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ZOOM_GET_MEETING_REGISTRANT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "ZOOM_GET_MEETING_REGISTRANT",
"parameters": {
"meetingId": "<string>",
"registrantStatus": "approved"
}
}'