i think i can start by putting them in a list and trying to send them with folowing syntax:
# GET /users/{personName} - Get a Person
upen api <action> <parameters>
example:
upen api ppl @forgejo@codeberg.org
equals to:
curl -X 'GET' 'https://codeberg.org/api/v1/users/forgejo' -H 'accept: application/json'
output:
{
"id": 70422,
"login": "forgejo",
"login_name": "",
"source_id": 0,
"full_name": "Forgejo",
"email": "forgejo@noreply.codeberg.org",
"avatar_url": "https://codeberg.org/avatars/dae8ab126a96f6fbd6942cf08ab92382",
"html_url": "https://codeberg.org/forgejo",
"language": "",
"is_admin": false,
"last_login": "0001-01-01T00:00:00Z",
"created": "2022-11-06T06:18:11Z",
"restricted": false,
"active": false,
"prohibit_login": false,
"location": "",
"pronouns": "",
"website": "https://forgejo.org",
"description": "Beyond coding. We forge.",
"visibility": "public",
"followers_count": 198,
"following_count": 0,
"starred_repos_count": 0,
"username": "forgejo"
}