{
"common_industry": [
"ae1f251ea1935ce64cc71cbc7a3e1618"
],
"from_es_url": "http://39.103.149.209:8199",
"from_index": "src_company_index",
"from_password": "*****",
"from_user": "elastic",
"to_es_url": "http://39.103.149.209:8199",
"to_index": "test_company_index",
"to_password": "*****",
"to_user": "elastic"
}curl --location --request POST '/data/transfer_expert' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"common_industry": [
"ae1f251ea1935ce64cc71cbc7a3e1618"
],
"from_es_url": "http://39.103.149.209:8199",
"from_index": "src_company_index",
"from_password": "*****",
"from_user": "elastic",
"to_es_url": "http://39.103.149.209:8199",
"to_index": "test_company_index",
"to_password": "*****",
"to_user": "elastic"
}'{
"header": {
"code": 200,
"message": "success"
},
"body": {
"status": 1
}
}