Create an order for a customer's planAsk AIpost 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 planBody Paramsstate_codestringrequiredaddressstringrequiredResponses 201Order created successfully 400Invalid request data 500Server errorUpdated 6 months ago