curl --location -g --request PATCH 'https://partner-api-stage.p100.io/v1/crypto-deposit/update-travel-rule/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"walletType": "CUSTODIAL",
"externalUserId": "75a1d530-3c12-44e8-a23a-0241b9e73c87",
"details": {
"firstName": "John",
"lastName": "Doe",
"city": "New York",
"street": "123 Crypto Ave",
"postCode": "10001",
"country": "US"
}
}'
null