POST
/api/endpoint/suggestions/{suggestion_type}
curl \
--request POST 'https://localhost:5601/api/endpoint/suggestions/{suggestion_type}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"field":"string","query":"string"}'