curl --location --request GET 'https://api.airudder.com/service/cloud/iasklist?page' \
--header 'Authorization;' \
--header 'User-Agent: Airudder'
{
"data": {
"list": [
{
"task_name": "string",
"task_id": "string",
"status": "string",
"created_at": "string"
}
],
"count": 0,
"total": 0,
"status": "string",
"code": 0
}
}