Moves blobs between volumes. Unlike `HsmRequest`, this request is synchronous, and reads parameters from the request attributes instead of `zimbraHsmPolicy`.
Takes the following parameters:
*`server`, IP or hostname of the mailbox server,
*`request_object`, Object with attributes to make the request.
The `request_object` has the following attributes:
*`types`: Comma separated list of search types. Legal values are: `conversation|message|contact|appointment|task|wiki|document`,
*`sourceVolumeIds`: A comma separated list of source volume IDs
*`destVolumeId`: Destination volume ID
*`maxBytes`: Limit for the total number of bytes of data to move. Blob move will abort if this threshold is exceeded.
*`query`: An _optional_ query to move only Blobs that match this query. For query syntax check [this documentation](https://wiki.zimbra.com/wiki/Zimbra_Web_Client_Search_Tips).