cURL
curl --request POST \ --url https://aodocs.altirnao.com/api/folder/v1/folders/{folderId}/move/{parentFolderId} \ --header 'Authorization: Bearer <token>'
{ "jobId": "<string>", "kind": "<string>" }
Moves folder with id folderId to folder parentId (must be in the same library)
The access token received from the authorization server in the OAuth 2.0 flow.
The security code
The G Suite domain
A ApiJobId response