curl --location 'https://shabanic.ir/api/v2/deposit_info' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {YOUR_SHABANIC_API_KEY}' \
--data '{
    "deposit": "{YOUR_DEPOSIT_NUMBER}",
    "bankCode":"{YOUR_BANK_CODE}"
}'