Fetch orders for a customer's planAsk AIget http://localhost:5000/api/v1/providers/customers/{unique_customer_id}/plans/{unique_plan_id}/ordersPath Paramsunique_customer_idstringrequiredUnique ID of the customerunique_plan_idstringrequiredUnique ID of the planQuery Paramsstartdate-timeStart date for filtering ordersenddate-timeEnd date for filtering ordersquerystringSearch query for filtering orderspageintegerPage number for paginationResponses 200Orders fetched successfully 500Server errorUpdated 6 months ago