MeowMatrix pfp
MeowMatrix
@pezhi
if ($Method -eq "POST") { $jsonBody = $Body | ConvertTo-Json -Depth 10 $response = Invoke-RestMethod -Uri $uri -Method $Method -Headers $headers -Body $jsonBody -ErrorAction Stop } else { $response = Invoke-RestMethod -Uri $uri -Method $Method -Headers $headers -ErrorAction Stop } return $
0 reply
0 recast
0 reaction