curl --request POST \
--url https://api.example.com/api/v2/workflows/{workflowSlug}/query \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'[
{}
]curl --request POST \
--url https://api.example.com/api/v2/workflows/{workflowSlug}/query \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'[
{}
]