Authorization: ********************curl --location --request POST 'https://test.whitelabel.bitpanda.com/v1/deposit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fiat_symbol": "EUR",
"reference": "1638305327-test-deposit",
"amount": "123.45",
"sepa_type": "instant"
}'{
"data": {
"pid": "a5caa443-831b-4b07-8db6-cb4577aca298",
"amount": "123.12345678",
"state": "pending",
"type": "deposit",
"domain": "b2b2c",
"fiat_symbol": "EUR",
"payment_reference": "1638305327",
"created_at": "2022-01-21T10:51:22+01:00"
}
}