Write a test called test_validator_account_max_length and test_validator_bank_block_max_length and pass the account number longer than expected length and validate the 400 status error.
Hint: Maximum account number length and balance block length is 64 characters . Pass any value as account number and/or balance block greater than 65 characters.