curl --request POST \
--url https://promptjuggler.com/api/v1/api/v1/workflows/{slug}/{version}/runs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": {},
"thread": null,
"priority": "normal",
"environment": null
}
'