access-token: ********************{
"url": "http://example.com",
"speed_limit": 1
}curl --location '/admin/images/remote_download' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"url": "http://example.com",
"speed_limit": 1
}'{
"success": true,
"task_id": 0
}