Resynchronize Deployment
Immediately resynchronizes the search index for the selected deployment.
POST
/deployments/{deployment_id}/_resync
curl \
--request POST 'https://{{hostname}}/api/v1/deployments/{deployment_id}/_resync' \
--user "username:password"