curl --request POST \
--url https://api.developer.coinbase.com/onramp/v1/token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"addresses": [
{
"address": "<string>",
"blockchains": [
"<string>"
]
}
],
"assets": [
"<string>"
],
"destinationWallets": [
{
"address": "<string>",
"assets": [
"<string>"
],
"blockchains": [
"<string>"
],
"supportedNetworks": [
"<string>"
]
}
]
}'