curl --location --request POST 'https://flows.contentvillain.com/webhook/fab' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Product Title": "string",
"Description": "string"
}'
[
{
"text": "string"
}
]