Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/pay/v1/transactions/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"amount": "100.00",
"fiat_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"type": "withdrawal",
"redirect_uri": "https://partner-url.com",
"status": "created",
"error_details": "transaction.expired",
"created_at": "2024-06-07T15:04:05Z"
}
}