Currently i am integrating clover to ERP using rest api, and i have place order to clover using rest api then i want to some discount.using these api url https://api.clover.com:443/v3/merchants/-----merchant id--------/orders/---order-id--------/discounts
json data
{ "amount": "10000", "name": "test discount" } i have tried to add price tag in json but not work i have tested api in v3 please guide to add discount in order using rest api