curl --request GET \
--url http://localhost:8091/api/servers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"createdBy": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"iconPath": "<string>",
"role": "<string>",
"memberCount": 123
}
]
}Returns all servers the authenticated user is a member of.
curl --request GET \
--url http://localhost:8091/api/servers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"createdBy": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"iconPath": "<string>",
"role": "<string>",
"memberCount": 123
}
]
}