curl --location --request POST 'http://dev-cn.your-api-server.com/custom/api/content/rephrase' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": ""
}'{
"copies": [
{
"content": "<Rephrased Content>"
}
],
"text": "<Input Text>",
"status": "success",
"message": "copies generated successfully"
}