Update the status of a customer's orderAsk AIput http://localhost:5000/api/v1/providers/customers/{unique_customer_id}/plans/{unique_plan_id}/orders/{unique_order_id}Path Paramsunique_customer_idstringrequiredUnique ID of the customerunique_plan_idstringrequiredUnique ID of the planunique_order_idstringrequiredUnique ID of the orderBody ParamsstatusstringenumrequiredSUCCESSAllowed:SUCCESSResponses 200Order updated successfully 400Invalid request data 500Server errorUpdated 6 months ago