curl --location 'https://api.techrar.com/order/v1/merchant/subscriptions/bulk-pause/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"subscription_ids": [
102206
],
"paused_at": "2025-09-28",
"note": "Auto",
"notify_customer": false
}'{
"success": [
102206
],
"errors": []
}