curl --location --request PUT 'https://api.synci.io/api/v1/finance/connections//reauthorize' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"max_historical_days": 0,
"access_valid_for_days": 1,
"sync_balances": true,
"integrator": "UNKNOWN"
}'null