curl --location --request POST 'http://dev-cn.your-api-server.com/v1/recreate/single' \
--header 'content-type: application/json' \
--data-raw '{
"language": "auto",
"type": "unique"
}'
{
"language": "string",
"predictedLanguage": "string",
"settings": {
"method": "rewrite",
"writingStyle": "string",
"recreateType": "unique"
},
"rewrites": [
{
"text": "string",
"rewrite": "string",
"stats": {
"diceScore": 0
}
}
]
}