{
"template_id": "138dlkafal"
}
curl --location --request POST 'https://api.mindshow.vip/v1/template/get' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_id": "138dlkafal"
}'
{
"code": 0,
"info": "succ",
"request_id": "21al1389334aal4f",
"data": {
"item": {
"template_id": "138dlkafalk348ff",
"title": "模板标题1",
"from_type": "string",
"type": "public",
"vip_flag": false,
"preview_img_list": [
"string"
]
}
}
}