curl --location --request GET 'https://api.airudder.com/service/cloud/iasklist?page=1' \
--header 'Authorization;' \
--header 'User-Agent: Airudder'
{
"data": {
"total": 2288,
"count": 20,
"list": [
{
"task_id": "b537db708089396f72cd17ef8aef20c9",
"task_name": "test-postman-ic-dnc-true-01 _Round_1",
"status": "Completed",
"created_at": "2023-04-28T08:31:30Z"
},
{
"task_id": "b537db708089396f72cd17ef8aef20c1",
"task_name": "test-postman-ic-dnc-true-01 _Round_2",
"status": "Completed",
"created_at": "2023-04-28T08:31:30Z"
}
],
"status": "OK",
"code": 200
}
}