After Step 3 above, Visual Studio will open the View Function window with your function loaded.
On the bottom left of this screen, enter the following json into the Sample Input box:
{
"month": "10",
"day": "28",
"year": "1979"
}
...