curl --location 'https://test.whitelabel.bitpanda.com/v1/fiat-transfers/deposits' \
--header 'bp-user-id: 12312312-2be6-4522-977e-ea4d92c45e86' \
--header 'Accept-Language: de' \
--header 'Idempotency-Key: a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": "100.50",
"fiat_id": "4fbc982a-d8f3-431a-8f14-3ed5d8f23312",
"redirection_urls": {
"success": "https://partner.example.com/deposit/success",
"fail": "https://partner.example.com/deposit/fail"
}
}'