Authorization: ********************curl --location --request POST 'https://test.whitelabel.bitpanda.com/v1/crypto-transfers/addresses/validate' \
--header 'bp-user-id: 12312312-2be6-4522-977e-ea4d92c45e86' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"coin_network_id": "d969468d-2be6-4522-977e-ea4d92c45e86",
"destination_tag": "123456789",
"destination_tag_type": "memo_id"
}'{
"data": {
"is_valid": true,
"is_address_valid": true,
"is_destination_tag_valid": true
}
}