Authorization: Bearer ********************curl --location '/groups//clients' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"_id": "string",
"kind": "string",
"name": "string"
}
]
}