2023-12-12 13:30:17 -07:00
|
|
|
$header = @{'Authorization' = 'Bearer 9cht7d3p565qnk3nbh3xbj7e' }
|
2023-12-06 08:37:11 -07:00
|
|
|
$body = '{
|
2023-12-12 13:30:17 -07:00
|
|
|
"url":"https://api.mpe.ca/",
|
2023-12-06 08:37:11 -07:00
|
|
|
"eventType": [
|
2023-12-12 13:30:17 -07:00
|
|
|
"fs:add_folder",
|
|
|
|
"fs:move_folder",
|
|
|
|
"fs:copy_folder",
|
|
|
|
"storage:add_folder",
|
|
|
|
"storage:move_folder",
|
|
|
|
"storage:copy_folder"
|
2023-12-06 08:37:11 -07:00
|
|
|
],
|
|
|
|
"path": "/Shared/MPE_Dev_Testing/FolderCreation"
|
|
|
|
}'
|
|
|
|
|