Authorization: Bearer ********************{
"id": "string",
"config": {}
}curl --location --request POST 'http://127.0.0.1:9897/api/oobe/testDownloader' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"config": {}
}'{
"success": true,
"message": "string",
"data": "string"
}