curl --location --request GET 'https://api-public.groundtruth.com/accounts?limit&page_num&sort_order&updated_since&tenant_id&organization_id'{
"total_count": 0,
"limit": 0,
"page_num": 0,
"total_pages": 0,
"has_next_page": true,
"has_prev_page": true,
"items": [
{
"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"
}
]
}