{
"es_url": "string",
"index": "string",
"password": "string",
"user": "string"
}curl --location --request POST '/data/create_article_index' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"es_url": "string",
"index": "string",
"password": "string",
"user": "string"
}'{
"header": {
"code": 200,
"message": "success"
},
"body": {
"status": 1
}
}