Given a string and a character. Find the first index of the character in the string
Example:
If you are given the following input data:
string = "hi, this is bitgo test"
character = "t"
The output will be:
4
Write unit and integration test cases for transaction api.