curl --location 'https://primaryapi.cicle.app/api/v1/teams?companyId=' \
--header 'Authorization: Bearer <token>'{
"teams": [
{
"_id": "string",
"name": "string",
"desc": "string",
"creator": "string",
"company": "string",
"type": "string",
"members": [
{
"_id": "string",
"photoUrl": "string",
"bio": "string",
"status": "string"
}
],
"boards": [
"string"
],
"bucket": "string",
"groupChat": "string",
"blast": "string",
"checkIn": "string",
"schedule": "string",
"archived": {
"status": true,
"archivedAt": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
]
}