curl --location --request GET 'http://localhost:3000/api/tasks/starters/2'
{
"success": true,
"data": {
"taskId": 2,
"type": 11,
"extData": "",
"preString": "",
"isOnline": 1,
"taskName": "寻找辉之碎片",
"line": 1,
"area": 1
},
"timestamp": "2025-07-29T08:18:46.602Z"
}