curl --request POST \
--url https://synthesis.trade/api/v1/wallet/sol/{wallet_id}/kyc \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": "https://dflow.net/proof?..."
}Create a DFlow KYC verification link for a Solana wallet.
curl --request POST \
--url https://synthesis.trade/api/v1/wallet/sol/{wallet_id}/kyc \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": "https://dflow.net/proof?..."
}