curl --location --request POST 'https://flows.contentvillain.com/webhook/text-spinner' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string"
}'
[
{
"text": "The feline sat on the mat drinking with his pals the entire evening"
}
]