Authorization: ********************curl --location --request PATCH 'https://test.whitelabel.bitpanda.com/v1/crypto-transfers/transactions/' \
--header 'bp-user-id: 12312312-2be6-4522-977e-ea4d92c45e86' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency_code": "EUR",
"declarations": [
{
"type": "date_and_price",
"amount": "0.33",
"date_of_acquisition": "2019-08-24",
"total_paid_price": "100345.33",
"date_from": "2024-10-11",
"date_to": "2019-08-24"
}
]
}'{
"errors": [
{
"code": "invalid.transaction.id",
"title": "Invalid transaction ID"
}
]
}