fix: copy thumbnail data to avoid buffer race
https://pkg.go.dev/github.com/valyala/fasthttp#Response.Body
The returned value is valid until the response is released, either though ReleaseResponse or your request handler returning. Do not store references to returned value. Make copies instead.