curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/probe/task/15/describe' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjVmZTgxOWRmLWQwYTEtNGZjZS1hYjU0LTQxNjU0MGMwOWM1MyIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc3MzMyNjA4MSwibW9jayI6ZmFsc2UsInVzZXJfaWRlbnRpdHkiOiIyNDUxMDAyNzUxMTMxLTM3OTA5MjUzNzIxMzEifQ.ryz-6SBR_YXEVHaugytcZUB9qpFN9valzU5PL7clEZg' \
--header 'X-User-Token: <api-key>'{
"errr": "string",
"dat": {
"id": 0,
"name": "string",
"description": "string",
"type": 0,
"targets": "string",
"protocol": 0,
"method": "string",
"encoding": "string",
"header": "string",
"body": "string",
"param": "string",
"expect_response_string": "string",
"match_pattern": "string",
"period": 0,
"timeout": 0,
"connect_timeout": 0,
"tls_handshake_timeout": 0,
"expect_response_code": 0,
"dns": "string",
"dns_protocol": "string",
"dns_timeout": 0,
"response_timeout": true,
"response_failed": true,
"avg_delay_threshold": 0,
"packet_loss_threshold": 0,
"exception_ration": 0,
"exception_times": 0,
"alert_rules": 0,
"status": 0,
"create_time": "string",
"update_time": "string"
}
}