curl --location --request POST '/api/v1/onramp/get-transaction' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionId": "550",
"customerId": "8X2m7_116"
}'
{
"status": 1,
"code": 200,
"data": {
"transactionId": "524",
"createdAt": "2023-11-24T12:07:44.000Z",
"fromAmount": "4895",
"toAmount": "47.86",
"fromCurrency": "INR",
"toCurrency": "usdt",
"depositAddress": "0x2EAf174Bf1CD624eD63e3C8c74Dd66B66e5cb273",
"status": "0"
}
}