curl --location 'https://test.whitelabel.bitpanda.com/v1/fiat-transfers/verification' \
--header 'bp-user-id: 12312312-2be6-4522-977e-ea4d92c45e86' \
--header 'Content-Type: application/json' \
--data '{
"payout_account_id": "1ee9f3e7-74f6-69d4-ab33-f11031b04ebc"
}'{
"data": {
"id": "1ee9f3e7-74f6-69d4-ab33-f11031b04ebc",
"result": "VERIFIED"
}
}