curl --location --request POST 'https://newsupport.xbit.pro/api/v1/withdraw/details' \
--header 'x-txc-payload;' \
--header 'x-txc-signature;' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nonce": 1707484035123,
"withdrawId": "123e4567-e89b-12d3-a456-426614174000"
}'{
"type": "card",
"status": "new",
"currency": "UAH",
"data": {
"address": "0x123...",
"transactionHash": "0xabc...",
"code": "ABC123",
"card": "411111******1111",
"realAmount": 1000
},
"amountInCents": 10000
}