curl --location 'https://shabanic.ir/api/v2/matchIbanByNationalcode' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {YOUR_SHABANIC_API_KEY}' \
--data '{
    "nationalCode": "{YOUR_NATIONAL_CODE}",
    "iban":"{YOUR_IBAN}"
}'