Combine a POST and a GET

POST https://graph.microsoft.com/v1.0/$batch

Request Body

{"requests"=>[{"url"=>"/me/drive/root/children", "method"=>"POST", "id"=>"1", "body"=>{"name"=>"TestBatchingFolder", "folder"=>{}}, "headers"=>{"Content-Type"=>"application/json"}}, {"url"=>"/me/drive/root/children/TestBatchingFolder ", "method"=>"GET", "id"=>"2", "DependsOn"=>["1"]}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring