curl --location 'https://api.techrar.com/order/v1/merchant/subscriptions/decrement-usage/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"subscription_id": 102259,
"item_id": 197,
"value": 1
}'{
"subscription_id": 102259,
"item_id": 197,
"usage_counter": 2.0
}