Go to Index
GET /api/v1/template
REQUIRED
curl --request GET --url 'http://localhost/api/v1/template
결과 설명
{ "message": "Ok", "members": [ { "name": "john", "age": "18" }, { "name": "mike", "age": "19" } ] }
{ "error": "not found member" }