By using the URL parameter `/customers/?active=false`, the JSON response should only contain customers that don't have any orders placed yet. - [x] GET Customers who don't have orders placed yet
By using the URL parameter
/customers/?active=false, the JSON response should only contain customers that don't have any orders placed yet.