Authorization: Bearer ********************curl --location '/v2/clients?page=undefined&filter=undefined&orderBy=undefined' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"_id": "string",
"kind": "string",
"taxId": "string",
"groupId": null,
"name": "string"
}
],
"nextPage": true
}