Authorization: Bearer ********************
curl --location --request GET 'https://youchaibao.com/api/proxy/tasks?client_id'
{ "code": 0, "msg": "", "data": [ { "id": "string", "taskType": "string", "relatedId": "string", "status": "string", "startTime": "string", "endTime": "string", "successCount": 0, "failCount": 0, "description": "string", "createdAt": "string" } ] }