token: ********************
curl --location --request GET '/api/v1/task/list?pending=true&running=true&completed=true' \ --header 'token;'
{ "success": true, "error": { "message": "string" }, "data": [ { "key": "string", "url": "string", "encode_key": "string", "encode_url": "string", "encode_param": "string", "script": "string", "status": "string", "create_at": 0 } ] }