{
"es_url": "http://39.103.149.209:8199",
"index": "test_company_index",
"password": "*****",
"user": "elastic"
}curl --location --request POST '/data/create_company_index' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"es_url": "http://39.103.149.209:8199",
"index": "test_company_index",
"password": "*****",
"user": "elastic"
}'{
"header": {
"code": 200,
"message": "success"
},
"body": {
"status": 1
}
}