curl --request POST \
--url https://test.onlinecheckwriter.com/api/v3/bankAccounts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"bankAccounts": [
{
"name": "Chase Bank",
"nickName": "Chase Bank",
"accountNumber": "10029841",
"addressLine1": "Test Address Line 1",
"addressLine2": "Test Address Line 2",
"phone": "900244400",
"city": "San Jose",
"state": "CA",
"zip": "95113",
"bankName": "Demo Bank",
"bankRoutingNumber": "021000021",
"bankAddress1": "Address 1",
"bankCity": "Dallas",
"bankState": "CA",
"bankZip": "75001",
"bankIdentity": "58756985",
"templateId": "qx5NZwjymj2n3l6"
}
]
}
'