curl --request GET \
--url https://api.example.com/api/teams/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 123,
"name": "<string>",
"slug": "<string>",
"created_by": "<string>",
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>",
"member_count": 123
}
}curl --request GET \
--url https://api.example.com/api/teams/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 123,
"name": "<string>",
"slug": "<string>",
"created_by": "<string>",
"is_active": true,
"created_at": "<string>",
"updated_at": "<string>",
"member_count": 123
}
}