curl --location 'http://localhost:8080/api/template/all?lang=en'[
{
"id": "string",
"name": "string",
"categories": [
{
"fields": [
{
"key": "string",
"des": "string",
"pic": "string",
"type": "string",
"options": [
{
"name": "string",
"des": "string",
"pic": "string"
}
],
"defaultValue": null,
"order": 0
}
]
}
],
"createdAt": "string"
}
]