session: ********************curl --location --request PATCH 'https://api.snakk.ai/api/reseller' \
--header 'Content-Type: application/json' \
--data-raw '{
"branding": {
"company_name": "string",
"logo_url": "http://example.com",
"logo_dark_url": "http://example.com",
"favicon_url": "http://example.com",
"primary_color": "string",
"secondary_color": "string",
"background_color": "string",
"support_email": "user@example.com",
"default_locale": "no"
},
"allow_signup": true,
"max_concurrent_calls": 1
}'{
"reseller": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"slug": "string",
"domain": "string",
"allow_signup": true,
"branding": {
"property1": "string",
"property2": "string"
},
"modules": {
"property1": true,
"property2": true
},
"max_concurrent_calls": 0
}
}