guldmand / ChatGPT-Formular-Collaboration

fooling arround with ChatGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run

dotnet run

Test the API:

$headers = @{ "Content-Type" = "application/json" "ThisIsJustATest" = "true" }

$body = @{ Name = "John Doe" Email = "john.doe@example.com" } | ConvertTo-Json

$response = Invoke-WebRequest -Uri "http://localhost:5046/submit-form" -Method POST -Headers $headers -Body $body $response.Content

About

fooling arround with ChatGPT


Languages

Language:CSS 71.8%Language:JavaScript 27.3%Language:HTML 0.7%Language:C# 0.2%