curl --location --request PATCH 'https://api.snakk.ai/api/admin/resellers/' \
--header 'X-Admin-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"domain": "string",
"status": "active",
"auth_mode": "native",
"allow_signup": true,
"branding": {
"property1": "string",
"property2": "string"
},
"modules": {
"property1": "string",
"property2": "string"
},
"billing_mode": "postpaid",
"prepaid_minutes_balance": 0,
"wholesale_price_tiers": {
"property1": "string",
"property2": "string"
},
"max_concurrent_calls": 1
}'