curl --location --request PATCH 'https://test.whitelabel.bitpanda.com/public/v1/crypto-transfers/external-address-verification-details' \
--header 'X-Verification-Token;' \
--header 'Content-Type: application/json' \
--data '{
"did": "did:example:123abc",
"status": "verified",
"attestation": "base64-encoded-attestation",
"address": "0xAbCdEf1234567890",
"proof": "1.0",
"wallet_provider": "metamask",
"type": "self-hosted"
}'{
"errors": [
{
"title": "Bad Request.",
"code": "http.bad.request"
}
]
}