We have a use case here to extract a .pst file of a given user using MS Graph API. we are able to do it through PowerShell commands provided by MS. but now want to move away from PS scripts and create a solution using Java/Python. But, unfortunately, I don't see any APIs available from Microsoft to do a mailbox extraction. These extractions are mostly for O365 mailboxes.
Looking something equivalent to this command - https://learn.microsoft.com/en-us/powershell/module/exchange/new-mailboxexportrequest?view=exchange-ps
Any guidance or pointers here to any documentation will be much appreciated!!