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