curl --location --request POST 'https://newsupport.xbit.pro/api/v1/account-data/withdraw-to-card' \
--header 'x-txc-payload;' \
--header 'x-txc-signature;' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nonce": 1707484035123,
"limit": 10,
"offset": 0
}'{
"count": 20,
"withdraws": [
{
"id": 1,
"currencyId": "UAH",
"amountInCents": 500,
"card": "4************4568",
"confirmedAt": null,
"status": "notConfirmed",
"createdAt": "2021-12-23T16:00:29.075Z"
}
]
}