curl --location --request POST 'https://flows.contentvillain.com/webhook/nlp-rephraser' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "string",
"sequences": 0
}'
[
{
"Outputs": [
{
"Generated": "The cat sat all night drinking with his friends on the mat."
},
{
"Generated": "The cat sat all night in the mat with his friends, drinking."
}
]
}
]