`leatherman::curl::client` will not work with custom callbacks or response_buffers at the moment, i.e. it assumes your response body will fit in memory, inside a string. For exports we need to be able to stream the file to disk, so we will need to find a way to pass in a custom response_buffer to the existing `client` or find some other way.