For long running endpoints that may lock the request thread, we should add an async to it so that the request thread can be used elsewhere.
This is especially important for the Download request endpoint.
For long running endpoints that may lock the request thread, we should add an async to it so that the request thread can be used elsewhere.
This is especially important for the Download request endpoint.
For long running endpoints that may lock the request thread, we should add an async to it so that the request thread can be used elsewhere.
This is especially important for the Download request endpoint.
Added to all placed where it should be.