export interface CreateBuyOrderResponse {
    success: number;
    buy_orderid: string;
}
