API ReferenceTeams
List the teams the current user belongs to
curl -X GET "https://api.sendlit.dev/teams"{
"items": [
{
"teamId": "string",
"organizationId": "string",
"organizationName": "string",
"name": "string",
"status": "active",
"externalId": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}