Serverless Programming Cookbook
上QQ阅读APP看书,第一时间看更新

The request data format

We will use the same request format that we used in the previous recipe:

{
"user" : {
"name" : "Heartin"
},
"greeting" : {
"time" : "Morning"
}
}