Authorization: Bearer ********************{
"paymentId": "13",
"txHash": "0x1312342134213",
"clientReference": "001"
}curl --location --request POST '/payment/withdrawal/intraAccountSweep' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentId": "13",
"txHash": "0x1312342134213",
"clientReference": "001"
}'{
"transactionId": "7889",
"amount": "1000",
"currency": "USDT",
"status": "1",
"clientReference": "123"
}