curl --request POST \
--url https://production.runalloy.com/workflows/install \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-version: <x-api-version>' \
--data '
{
"workflowIds": [
"<string>"
],
"credentialIds": [
"<string>"
],
"userId": "<string>"
}
'