Transfer a product item from one user to another. The product must have is_transferable set to true. Users can be identified by email or user ID.
A JWT Access Token obtained from Google Cloud.
The product ID.
Transfer request with sender and recipient identifiers.
The ID of the product item to transfer.
Email of the current owner (sender).
User ID of the current owner (sender).
Email of the recipient.
User ID of the recipient.