Clone an AssetAsk AIpost https://preview.threekit.com/api/assets/{assetId}/cloneCreates a new asset as a copy of an existing asset.Path ParamsassetIdstringrequiredID of the asset to be cloned.Query Paramsbearer_tokenstringAccess token used to authorize the request. This endpoint only works with private tokens.orgIdstringrequiredOrganization ID.branchstringName of the org branch to connect to. If no value is provided the default value is "main".Responses 200Successful post request, response body will include the clone asset details. 400User did not pass orgId as query parameter. 401User is not authenticated. They must be authenticated to use this service. 403No token was provided in the query string of the request 404No asset was found for the given IDUpdated about 1 year ago