Authorization: ********************{
"complete_html": "string",
"safe_html": "string"
}curl --location --request POST '/api/pro/article/ai-summary' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"complete_html": "string",
"safe_html": "string"
}'{
"code": 0,
"data": {
"summary": "string"
},
"message": "string"
}