Summary of the new feature / enhancement
Please show the payload being sent when using verbose with Invoke-RestMethod and Invoke-WebRequest. Everything including the method, URI, headers, and body.
These cmdlets can be a nightmare to troubleshoot without inspecting the actual payload since they are doing some URL encoding, passing some defaults, etc. behind the scene.
Proposed technical implementation details (optional)
No response
Summary of the new feature / enhancement
Please show the payload being sent when using verbose with Invoke-RestMethod and Invoke-WebRequest. Everything including the method, URI, headers, and body.
These cmdlets can be a nightmare to troubleshoot without inspecting the actual payload since they are doing some URL encoding, passing some defaults, etc. behind the scene.
Proposed technical implementation details (optional)
No response