$body = Get-Content -Path test.json -Raw -Encoding UTF8 Invoke-RestMethod -Uri 'http://localhost:3000/analyze' -Method Post -ContentType 'application/json' -Body $body