Get suggestions
Deprecated
Spaces method and path for this operation:
post /s/{space_id}/api/endpoint/suggestions/{suggestion_type}
Refer to Spaces for more information.
POST
/api/endpoint/suggestions/{suggestion_type}
curl \
--request POST 'http://localhost:5601/api/endpoint/suggestions/{suggestion_type}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"field":"string","query":"string"}'