curl --location '/api/v1/admin/clients/query?page=undefined&page_size=undefined&search=undefined&status=undefined'{
"items": [
{
"client_name": "string",
"redirect_uris": [
"http://example.com"
],
"scopes": [
"string"
],
"id": 1,
"client_id": "string",
"status": "string",
"owner_user_id": 1
}
],
"page": 0,
"page_size": 0,
"total": 0
}