curl --request POST \
--url https://api.carbnconnect.com/payment/api/v1/wallets/register \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"user_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"crypto": "USDC",
"wallet_address": "3BsSGETYNCjfULdgYEBVmzwXgaspS6E5pgncJr3bfBeU",
"blockchain": "solana",
"source_currency": "EUR"
}
'