{
"name": "string",
"website_domain": "string",
"timezone": "America/Los_Angeles",
"vertical_id": 1
}curl --location --request PUT 'https://api-public.groundtruth.com/accounts/?tenant_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"website_domain": "string",
"timezone": "America/Los_Angeles",
"vertical_id": 1
}'{
"id": 0,
"tenant_id": 0,
"organization_id": 0,
"name": "string",
"country_code": "US",
"timezone": "America/Los_Angeles",
"currency": "USD",
"type": 0,
"website_domain": "string",
"brand_id": 0,
"vertical_id": 1,
"dart_billing_account": {
"account_id": "string",
"account_name": "string"
},
"updated_date": "2019-08-24T14:15:22.123Z",
"created_date": "2019-08-24T14:15:22.123Z"
}