curl --location --request POST 'http://dev-cn.your-api-server.com/v1/generate' \
--header 'x-api-key: token $YOUR_GENERATED_SECRET' \
--header 'content-type: application/json' \
--data-raw '{
"data":[
{"text": "In todays fast-paced environment, increasing productivity ..."},
{"text": "When you have two days to finish a task ..."}
]
}'
{}