/* GetOrderById GET: http://localhost:8080/order?order_id=8 */ export interface GetOrderById { order_id: string; }