curl --location --request POST 'https://dash.ryzehosting.com/api/v2/tools/iban' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "BE58967510289579"
}'{
"response": "Successfully fetched IBAN information",
"state": "success",
"code": 200,
"data": {
"query": "DE41100110012461728611",
"bankData": {
"bankCode": "10011001",
"name": "N26 Bank",
"zip": "10179",
"city": "Berlin",
"bic": "NTSBDEB1XXX"
},
"valid": true
}
}