curl --location --request POST 'http://dev-cn.your-api-server.com/v2/business/content/lyrics-generator?engine=economy&language=en&num_copies' \
--header 'content-type: application/json' \
--data-raw '{
"topic": "string",
"genre": "string"
}'
[
null
]