post https://sandbox.hurdlr.com/rest/v5/banks/accounts
Save a new (or update an existing) set of bank accounts
Log in to see full request history
Response
Save a new (or update an existing) set of bank accounts
xxxxxxxxxx
curl --request POST \
--url https://sandbox.hurdlr.com/rest/v5/banks/accounts \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"status": "SUCCESS",
"response": {}
}