REST server in C#
Run the server locally and you can get a personalized greeting by calling curl -X GET -H "Content-type: application/json" -H "Accept: application/json" -d '{"Name":"Karl"}' "Localhost:8080/greeting"
, as long as you replace my name with yours.