Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Fetched all team details successfully
true
200
"Fetched all team details successfully"
null
[
{
"teamId": "c1e4416e-f57c-4614-886f-35a5541f4316",
"teamName": "Full Stack Developer"
},
{
"teamId": "a2b5416e-f57c-4614-886f-35a5541f4321",
"teamName": "Backend Team"
},
{
"teamId": "d9f4416e-f57c-4614-886f-35a5541f4399",
"teamName": "UI/UX Team"
}
]