curl --location --request GET 'https://api.teamly.one/api/v1/users/' \
--header 'Authorization: Bot {token}'
{
"user": {
"id": "2d5c6531b2ac0fbc",
"username": "Arda",
"subdomain": "null",
"profilePicture": "https://s3-eu-central-1.amazonaws.com/www.teamly.one/userAvatar/c620a99d-6d62-4db3-b69b-3f465eabf311.webp",
"banner": "https://s3-eu-central-1.amazonaws.com/www.teamly.one/userBanner/c8ed1f6d-65bc-44e5-bfd8-210d649f1cf2.webp",
"bot": false,
"system": false,
"presence": 3,
"badges": [
{
"id": "3e9f6e7cb353fa21",
"name": "Engineer",
"icon": "https://s3-eu-central-1.amazonaws.com/www.teamly.one/badges/7cd7449f2d3275c4.webp"
}
],
"connections": [],
"createdAt": "2024-11-14T20:50:56.402Z",
"lastOnline": "2024-12-29T21:38:37.233Z"
}
}