Create a cart and add assets to it. Assets in the collection are identified by FileID therefore collectionDocument contains File ID
The Request Body must be a JSON object.
Successful operation
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden.
{- "collectionDocument": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
{- "statusCode": "success",
- "message": "Collection successfully created",
- "collectionId": "4b5896b4-33e4-41ac-b251-39a4dbaa25b1"
}