curl --location --request POST 'http://dev-cn.your-api-server.com/custom/api/generate/product/copies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "LongShot is an automatic content creation platform",
"product": "Longshot",
"feature_type": "product_description",
"language": "en",
"serp": true,
"phrases_to_exclude": ["Introducing", "Step into"]
}'{
"copies": [
{
"content": "<Generated Product Content>"
}
],
"status": "success",
"message": "Generated successfully",
"credits_used": "<Credits>"
}