[!IMPORTANT]
Fix handling of webhookCallbackUrl in RunWorkflowForm to ensure correct inclusion in requests and cURL commands.
Behavior:
In RunWorkflowForm, separate webhookCallbackUrl from other parameters in onSubmit() and onClick() to ensure it's included correctly in the request body.
Update fetchToCurl call to include webhookCallbackUrl if present.
Functions:
Modify onSubmit() and onClick() in RunWorkflowForm.tsx to handle webhookCallbackUrl separately from other parameters.
This description was created by for 71335b096786562ecf53564b922e978cc0aeb9aa. It will automatically update as commits are pushed.