Get orders of a particular vendor using API

I want to fetch orders of a particular vendor using API. So can anyone please suggest on that how I can pass the VendorName in GET order API call?

vendor is an acceptable filter, it is in the documentation.

https://shopify.dev/docs/admin-api/rest/reference/products/product#index-2020-10

I have read this documentation but unable to find that how filter the orders by vendor. Can please provide me the solution with an example?