如何为以下数据 POST 请求编写 REST 服务?模板可以有任何数据,基本上是数据数组。
{
"name":"Jose",
"surname":"John",
"templates":[
{
"template1":"333",
"any":"any"
},
{
"anything":"anything",
"test":"tafsasdf"
}
]
}