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