{
"context": {
"language": "string"
},
"iban": "string"
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/moneytransfers/swift/controlIban' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"iban": "string"
}'
{
"data": true,
"header": {
"message": null,
"status": "string",
"statusCode": 0,
"detailCode": null,
"txId": null,
"warnings": [
null
]
}
}