username:passwordAuthorization: Basic *****************{
"status": 1,
"reason": 1,
"description": "这是脚本执行的stderr输出,最多1000个字符"
}curl --location --request POST '/scripts/tasks/YmJmOGI0YzUwOTBiMmFlMjgzYzU4OTEzYzE3ZTg4NDg/report-results' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"reason": 1,
"description": "这是脚本执行的stderr输出,最多1000个字符"
}'{}