in src/it/java/com/epam/digital/data/platform/settings/api/controller/SettingsControllerIT.java [90:94]
static void init() throws IOException {
TOKEN_OFFICER = readClassPathResource("/token_officer.txt");
TOKEN_OFFICER_2 = readClassPathResource("/token_officer2.txt");
TOKEN_CITIZEN = readClassPathResource("/token_citizen.txt");
}