memo_id, memo_text), returning a structured offer that outlines the terms and conditions of the withdrawal including fees.Authorization: ********************curl --location --request POST 'https://test.whitelabel.bitpanda.com/v1/crypto-transfers/withdrawals' \
--header 'bp-user-id: 12312312-2be6-4522-977e-ea4d92c45e86' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asset_amount": "0.2",
"external_address_id": "1ed83487-f684-62a2-a155-fe633f0db292"
}'{
"data": {
"id": "1ed83487-f684-62a2-a155-fe633f0db292",
"external_address_id": "1ed83487-f684-62a2-a155-fe633f0db292",
"coin_network_id": "1ed83487-f684-62a2-a155-fe633f0db292",
"network_id": "1ede43b3-b3ac-65da-3070-298a90a0ab70",
"asset_id": "1ed83487-f684-62a2-a155-fe633f0db292",
"asset_amount": "0.5",
"asset_fee": "0.01",
"fiat_id": "4fbc982a-d8f3-431a-8f14-3ed5d8f23312",
"fiat_amount": "15000.00",
"fiat_amount_fee": "300.00",
"transaction_status": "pending",
"created_at": "2022-07-21T08:14:20Z"
}
}