curl --location --request PATCH 'https://partner-api-stage.p100.io/v1/crypto-deposit/update-travel-rule/2cbe2127-7f2e-40c2-b560-e8b122e58463' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--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