curl --location '/n-account/api/groups/list' \ --header 'authorization;' \ --header 'referer;'
{ "data": [ { "id": "string", "name": "string" } ] }