InsertOrder

Create Order
Once you calculated the price of your order, you can use this endpoint in order to create a new order.

Task<BaseResponseDto<InsertOrderResponseDto>> InsertOrder (
    InsertOrderRequestDto request,
    CancellationToken cancellationToken
)