I tried to test the kudu's zipdeploy Api from Azure using Postman by adding the .zip file to the url (https://*******-8257.scm.azurewebsites.net/api/zipdeploy). But it shows 401-invalid credentials. I've given my username and password of my azure account in authorization area. I am not sure whether i need to pass any bearer token. Please help(Please refer the screenshot)
In postman -> body -> change the form-data to binary, and then it works at my side.