@Nidhya Try adding "+" before the second part of the search term after AND, I have tried it through bing.com and API and it does not show any results.
Using postman:
With postman, I would be careful while using + since it does not encode correctly on my version. I found this issue from postman repo which suggested using encoded value of + and it works exactly as bing.com response.
Originally, I think the precedence's came into play, so the results were showing any of the two search terms. With + sign you can be sure that the query does not ignore any terms that you would like to search together. Thanks!!
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.