curl --location -g --request GET 'https://prod.your-api-server.com/api/community/v2/workspaces/f303371b-5e1b-437e-9a1c-88d8d7e119a6/organizations?profile_type_ids[]=372167b9-7df9-431f-acdf-e116fb351e52&sort_by=name-asc' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"profile": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"profile_type_id": "fcb02d6f-d919-45dd-b606-b0bf8279ebd8",
"status_id": "4e949624-bc0f-439e-a9f2-25a23938812c"
},
"name": "string",
"profile_image_key": "string",
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"meta": {
"base": "string",
"next": "string",
"previous": "string"
}
}