curl --request POST \
--url https://api.example.com/api/brand-studio/collections \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"season": "<string>"
}
'{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"status": "draft",
"updated_at": "<string>",
"description": "<string>",
"garment_count": 0,
"garments": [],
"season": "<string>",
"share_token": "<string>"
}curl --request POST \
--url https://api.example.com/api/brand-studio/collections \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"season": "<string>"
}
'{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"status": "draft",
"updated_at": "<string>",
"description": "<string>",
"garment_count": 0,
"garments": [],
"season": "<string>",
"share_token": "<string>"
}Successful Response
draft, review, final, archived Show child attributes