Promotion Folders REST Endpoints

Admin/Promotion Folders
Endpoints related to the creation and manipulation of promotion folders
createPromotionFolder
Method: post
Path: /ccadmin/v1/promotionFolders
deletePromotionFolder
Method: delete
Path: /ccadmin/v1/promotionFolders/{id}
getPromotionFolder
Method: get
Path: /ccadmin/v1/promotionFolders/{id}
listPromotionFolders
Method: get
Path: /ccadmin/v1/promotionFolders
updatePromotionFolder
Method: put
Path: /ccadmin/v1/promotionFolders/{id}