Elasticsearch fuzziness and wildcard in one query

I am trying to implement fuzziness and wild card in a single query. I tried
the below code but no success

"match" : { "Keyword" : { "query" : "Back Oba*", "operator" : "and", "fuzziness" : "9", "analyze_wildcard": true } }

But when I try the same query from postman its working

http://domain.com:9200/index/_search?q=Keyword:Back Oba*&operator=AND&fuzzines

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8341357e-9f12-4ad1-844d-542fc13c3ee7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.