InfluxDB Serverless data migration to another organization?

How can I move a specific bucket (or its data) from one InfluxDB Serverless instance to another?

I have two separate serverless organizations without any affiliation, and in the documentation, every export command says that Serverless does not support this operation.

Hello @NNNN,
You’re correct I don’t think we have a tool like that.
However you can use something like quix:

but use the input v3 plugin instead to sync data from one v3 instance to another.

Or you could use a client library to query old and write it to the new org/instance.

Ps what are you doing with InfluxDB I love to learn about community users’ use cases thank you.