curl --request POST \
--url https://sandbox.hurdlr.com/rest/v5/banks/account \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: */*' \
--data '
{
"account": {
"id": 123,
"status": "ACTIVE",
"apiAccountId": "<string>",
"apiAccountName": "Citi Premier® Card",
"apiAccountNo": "<string>",
"apiInstitutionId": "<string>",
"apiAccountType": "CREDIT",
"glAccountId": 123,
"autoClassify": "OFF",
"defaultClientId": 123,
"defaultBusinessId": 123,
"tranStartDate": "2023-11-07T05:31:56Z",
"billingCycleStartDay": 16,
"scheduleClosings": true,
"syncTransactions": true,
"duplicateBankAccountIds": [
123
]
}
}
'