Authorization: Bearer ********************{
"type": "Checking"
}curl --location --request PUT '/api/ach/customer/74/account/36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "Checking"
}'{
"id": 36,
"name": "Jack Wick",
"type": "Checking",
"accountNumber": "*****4321",
"routingNumber": "123456789"
}