{
amount:1,
asset:"abc",
source:"count",
destination:"dec",
description:"des",
xid:"14",
xmetadata:{},
}curl --location --request POST 'https://access.sandbox.orzcash.com/v1/accounts/transfers?asset&amount&source&destination&description&xid&xmetadata' \
--header 'Content-Type: application/json' \
--data-raw '{
amount:1,
asset:"abc",
source:"count",
destination:"dec",
description:"des",
xid:"14",
xmetadata:{},
}'{
"id": "string",
"amount": 0,
"asset": "string",
"description": "string",
"refId": "string",
"source": "string",
"destination": "string",
"sourceTransactionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"destinationTransactionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "2022-12-21T04:58:56.119Z",
"xid": "string",
"xmetadata": {}
}