post https://{server_name}/v1/bankaccounts
Create new bank account for a coustomer
Example Response:
{
"data": {
"object": "BankAccount",
"id": "D634EdsD6KLd5ea",
"first_name": "Nikolay",
"last_name": "Nikolay",
"account_type": "Personal Checking",
"sec_code": "WEB",
"routing_number": "123456789",
"account_number": "****9012"
},
"meta": {
"include": [],
"custom": []
}
}