curl --location --request GET 'https://enterprise-api.writer.com/snippet/organization//team/' \
--header 'Authorization;'
{
"result": [
{
"id": "string",
"snippet": "string",
"shortcut": "string",
"description": "string",
"creationTime": "2024-02-01T06:08:07.362Z",
"modificationTime": "2024-02-01T06:08:07.362Z",
"createdUser": {
"id": 0,
"fullName": "string",
"email": "string"
},
"modifiedUser": {
"id": 0,
"fullName": "string",
"email": "string"
},
"tags": [
{
"tag": "string"
}
]
}
],
"totalCount": 0,
"pagination": {
"offset": 0,
"limit": 0
}
}