curl --location '/n-account/api/members/accounts?keyword=' \
--header 'authorization;' \
--header 'referer;'[
{
"id": "string",
"tenant_account_id": "string",
"name": "string",
"username": "string",
"email": "string",
"role": "owner",
"current_dept": true,
"is_owner": true
}
]