Authorization: Bearer ********************
{
"id": "string",
"config": {}
}
curl --location --request POST 'http://127.0.0.1:9897/api/downloaders/test' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"config": {}
}'
{
"message": "Successfully to test the downloader",
"test": true
}