Azure Key Vault API Not accepting raw JSON body params
I have to use raw json in my post query to Azure Key Vault. Which I've done like so: { "grant_type":"client_credentials" } I get a 400 error complaining that the body does not have 'grant_type' How can I get Azure…