ahmadnassri/httpsnippet

View on GitHub
src/targets/powershell/restmethod/fixtures/jsonObj-null-value.ps1

Summary

Maintainability
Test Coverage
$headers=@{}
$headers.Add("content-type", "application/json")
$response = Invoke-RestMethod -Uri 'http://mockbin.com/har' -Method POST -Headers $headers -ContentType 'application/json' -Body '{"foo":null}'