curl -L \
--request POST \
--url 'https://api.fetchhive.com/v1/workflow/invoke' \
--header 'Authorization: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"endpoint": "fetchhive",
"variant": "production",
"inputs": {
"first_start_input": "text",
"second_start_input": "text"
},
"async": {
"enabled": true,
"callback_url": "text"
}
}'