Retrieves workflow runs for the authenticated organization
curl --request GET \ --url http://processzen.io/api/get-workflow-runs \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "lastActivity": "2023-11-07T05:31:56Z", "workflowName": "<string>", "currentStepAssignee": "<string>", "currentStepDueDate": "2023-11-07T05:31:56Z", "currentStepName": "<string>", "status": "<string>" } ]