15 lines
389 B
PowerShell
15 lines
389 B
PowerShell
$header = @{'Authorization' = 'Bearer 9cht7d3p565qnk3nbh3xbj7e' }
|
|
$body = '{
|
|
"url":"https://api.mpe.ca/",
|
|
"eventType": [
|
|
"fs:add_folder",
|
|
"fs:move_folder",
|
|
"fs:copy_folder",
|
|
"storage:add_folder",
|
|
"storage:move_folder",
|
|
"storage:copy_folder"
|
|
],
|
|
"path": "/Shared/MPE_Dev_Testing/FolderCreation"
|
|
}'
|
|
|