You can asynchronously create a new azure storage account using REST API in POSTMAN.
Storage Account
How to download all the files and folders from Azure File Storage using PowerShell script
You can download files and folders from Azure File storage using this PowerShell script. You can use service principal who has access to Key vault and storage account. The storage account secret can be saved in Key vault to be accessed through PowerShell script.
How to use Azure blob storage service REST API operations using POSTMAN
REST API for the Blob service can be used to upload, manage, organize, and delete text and binary data.
How to create Azure Storage Account with REST API using Postman
Storage Account RestAPI PUT call can be used to create storage account using Postman