this is giving error TypeError: place_order() missing 1 required positional argument: 'variety'
As the error states, you are not sending the variety param value. You can refer to this documentation to know all the required param for placing an order. Also, refer to place_order method detail here.
variety
param value. You can refer to this documentation to know all the required param for placing an order. Also, refer toplace_order
method detail here.