When calling the Azure File Share REST API using a custom connector in Power Automate to create a blank file with the PUT method, the request must include the header Content-Length: 0. However, Power Automate automatically assumes an empty body ({}) and sets Content-Length: 2. This causes the API to reject the request with a 400 Bad Request error. How to overcome this issue.