curl --request GET \
--url https://api.example.com/api/brand-studio/collections{
"collections": [
{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"status": "draft",
"updated_at": "<string>",
"description": "<string>",
"garment_count": 0,
"season": "<string>",
"share_token": "<string>"
}
]
}curl --request GET \
--url https://api.example.com/api/brand-studio/collections{
"collections": [
{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"status": "draft",
"updated_at": "<string>",
"description": "<string>",
"garment_count": 0,
"season": "<string>",
"share_token": "<string>"
}
]
}