Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/tax-withholding/975d9dbf-41ed-47ef-96eb-8f8a8be1ba4c' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>'{
"data": {
"type": "tax-details",
"trade_id": "975d9dbf-41ed-47ef-96eb-8f8a8be1ba4c",
"fiat_id": "975d9dbf-41ed-47ef-96eb-8f8a8be1ba4c",
"taxable_amount": "10",
"capital_gain": "-0.11"
}
}