curl --request POST \
--url https://aodocs.altirnao.com/api/folder/v1/duplicate/{sourceFolderId}/{destinationFolderId}/{folderName} \
--header 'Authorization: Bearer <token>'{
"folder": {
"editable": true,
"editableDocuments": true,
"fileId": "<string>",
"folderAodocsId": "<string>",
"folderDefinitionId": "<string>",
"folderIsRoot": true,
"kind": "<string>",
"libraryId": "<string>",
"libraryName": "<string>",
"name": "<string>",
"parentFolderAodocsId": "<string>",
"parentFolderDriveId": "<string>",
"parentFolderIsRoot": true,
"permittedOperations": [
"DELETE"
],
"resourceKey": "<string>",
"restrictedDownload": true,
"subfolders": "<array>"
},
"jobId": "<string>",
"kind": "<string>"
}curl --request POST \
--url https://aodocs.altirnao.com/api/folder/v1/duplicate/{sourceFolderId}/{destinationFolderId}/{folderName} \
--header 'Authorization: Bearer <token>'{
"folder": {
"editable": true,
"editableDocuments": true,
"fileId": "<string>",
"folderAodocsId": "<string>",
"folderDefinitionId": "<string>",
"folderIsRoot": true,
"kind": "<string>",
"libraryId": "<string>",
"libraryName": "<string>",
"name": "<string>",
"parentFolderAodocsId": "<string>",
"parentFolderDriveId": "<string>",
"parentFolderIsRoot": true,
"permittedOperations": [
"DELETE"
],
"resourceKey": "<string>",
"restrictedDownload": true,
"subfolders": "<array>"
},
"jobId": "<string>",
"kind": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.