Authorization: ********************curl --location --request POST 'https://test.whitelabel.bitpanda.com/pay/v1/transactions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "100.00",
"fiat_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"full_name": "John Doe",
"date_of_birth": "1990-05-10",
"type": "withdrawal",
"partner_redirect_url": "https://partner.domain.com"
}'{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"redirect_uri": "https://pay.bitpanda.dev/transactions/01981763-b125-76a0-b89f-093ca2e7864d"
}
}