{
"current": 1,
"size": 10
}curl --location --request POST 'http://127.0.0.1:6873/api/v1/cloud-mobile/rpa/template/personal/page' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10
}'{
"code": 0,
"msg": "Success",
"requestId": "da57b972-9250-4f57-a82e-62a2acaaabdc",
"timestamp": 1774958213897,
"data": {
"list": [
{
"id": 50,
"sort": 0,
"title": "花 鸟",
"description": null,
"parameter": null,
"updateDate": "2026-03-31T19:56:39",
"updateMember": "BOSS"
},
{
"id": 39,
"sort": 0,
"title": "花粉管花粉管",
"description": "华国锋",
"parameter": null,
"updateDate": "2026-03-31T17:45:11",
"updateMember": "BOSS"
}
],
"total": 2
}
}