curl --location --request GET 'https://api-public.groundtruth.com/organizations?limit&page_num&sort_order&updated_since&tenant_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,
"name": "string",
"created_date": "2019-08-24T14:15:22.123Z",
"updated_date": "2019-08-24T14:15:22.123Z"
}
]
}