curl --location --request POST 'https://flows.contentvillain.com/webhook/titles-outlines' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Description": "string"
}'
[
{
"Outputs": [
{
"Generated": "string"
}
]
}
]