Obtaining a list of customers using the API

SOLVED

Hi Team,

Could you advise how to obtain a list of Customers via API?

Now I use the GET request 

https://{{HOST}}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARCustomers('customer_name')

But if I should receive a few customers, I should a single request for each Customer.

I tried to use the request https://{{HOST}}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARCustomers('customer_name','customer_name','customer_name')

But it doesn't work (((

Could you provide a correct example?