{
"paymentCode": "string",
"walletTag": "string",
"description": "string",
"network": "string",
"walletAddress": "string",
"walletType": 1,
"cryptoExchange": "string",
"cryptoExchangeUserId": "string",
"relationType": 0,
"ownerType": 0,
"ownerName": "string",
"ownerDate": "string",
"ownerIdNum": "string",
"addressDto": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string",
"addressLine2": "string"
}
}curl --location --request POST 'https://dev-api.mce.sg/payment/jailing/addTravelRuleInfo.do' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentCode": "string",
"walletTag": "string",
"description": "string",
"network": "string",
"walletAddress": "string",
"walletType": 1,
"cryptoExchange": "string",
"cryptoExchangeUserId": "string",
"relationType": 0,
"ownerType": 0,
"ownerName": "string",
"ownerDate": "string",
"ownerIdNum": "string",
"addressDto": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string",
"addressLine2": "string"
}
}'