curl --location --request POST '/v1/wallet/add-deposit-sender' \
--header 'Content-Type: application/json' \
--data-raw '{
"hash": "0x9fe2d3c4b5a69788c1d2e3f4a5b6c7d8e9f00112233445566778899aabbccdde",
"transactionId": "txn_20250809_0001",
"depositOriginator": 1,
"orgType": 0,
"bnfType": 0,
"orgName": "Carlos Hernández",
"orgFirstName": "Carlos",
"orgLastName": "Hernández",
"country": "mx",
"state": "CDMX",
"region": "Centro",
"city": "Ciudad de México",
"pinCode": "06000",
"address": "Av. Paseo de la Reforma 305, Juárez, Cuauhtémoc",
"corpName": null,
"corpCountry": null,
"receiveFrom": 1,
"vasp": "others",
"vaspName": "Bitso",
"declaration": true
}'