curl --location --request GET 'http://localhost:3000/api/tasks/defines/2'
{
"success": true,
"data": {
"taskId": 2,
"type": 0,
"extData": [
3,
4,
5,
6,
7
]
},
"timestamp": "2025-07-29T08:14:00.455Z"
}