Authorization: ********************curl --location --request PATCH 'https://test.whitelabel.bitpanda.com/v2/swaps//accept?external_swap_id' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
"source_asset_id": "e730eb50-5254-4285-9b6b-21e78f979b6f",
"target_asset_id": "238c3c18-efa1-459c-b1bb-379156986326",
"source_fiat_amount": "100.13",
"source_asset_amount": "0.00000001",
"target_asset_amount": "12.123",
"tax_amount": "0.10",
"time": "2025-09-04T12:32:01Z"
}
}