curl -u $API_KEY_ID:$API_SECRET_KEY https://api.sandbox.treasuryprime.com/counterparty \
-H 'Content-Type: application/json' \
-d '{
"name_on_account": "Paul Bunyun",
"wire": {
"account_number": "91234567",
"account_type": "checking",
"routing_number": "021001208",
"address_on_account": {
"street_line_1": "888 Rainy Lane",
"street_line_2": null,
"city": "Seattle",
"state": "WA",
"postal_code": "98102"
},
"bank_address": {
"street_line_1": "123 Cherry Street",
"street_line_2": null,
"city": "Duluth",
"state": "MN",
"postal_code": "55812"
},
"bank_name": "Bank of the Lakes"
}
}'