curl --location 'https://shabanic.ir/api/v2/inquiry_returned_cheques' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {YOUR_SHABANIC_API_KEY}' \
--data '{
    "nationalId": "{YOUR_NATIONAL_ID}"
}'