Repository client reading data
- Implemented reading of statements as plain string.
 - Response type is set as 
Accepthttp header and is defined based on provided responseType method. - Implemented payload object for the method parameters because most of the parameters are optional which makes it error-prone and inconvenient for use.
 - Implemented tests.