Create Category (Folder) - Shared
POST https://{{et_subdomain}}.rest.marketingcloudapis.com/asset/v1/content/categories
https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/createCategory.htm
Creates a category (folder) in Content Builder.
Request Body
{"Name"=>"Shared Pictures", "ParentId"=>1003303, "SharingProperties"=>{"SharedWith"=>[1472123], "SharingType"=>"edit"}}
RESPONSES
status: Created
{"id":1003304,"description":"","enterpriseId":1447640,"memberId":1447640,"name":"Shared Pictures","parentId":1003303,"categoryType":"asset-shared","sharingProperties":{"sharingType":"edit","sharedWith":[1472123]}}