Authorization: Bearer ********************curl --location --request POST '/api/ach' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"amount": 55.95,
"transactionType": "Debit",
"dba": {
"id": "5"
},
"customer": {
"id": "1"
},
"account": {
"id": "2"
}'{
"id": "332"
}