{
"account_number": "string",
"account_type": "string",
"ifsc_code": "string"
}curl --location --request PATCH 'https://api.neucron.io/v1/business/bank' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;' \
--header 'Content-Type: application/json' \
--data '{
"account_number": "string",
"account_type": "string",
"ifsc_code": "string"
}'{
"message": "string"
}