{
"account_number": "string",
"account_type": "string",
"ifsc_code": "string"
}
curl --location --request PATCH 'https://api.neucron.io/v1/assetyzer/business/bank?businessID' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_number": "string",
"account_type": "string",
"ifsc_code": "string"
}'
{
"message": "string"
}