Given user registration request with following: <userFamilyName>, <userFirstName>, <phoneNumber>, <email> and <password>
When user <email> sends POST registration request
And user <email> sends POST validation request
And user amanda.hopkins@mail.com sends POST enable request with STUDENT role
Then API responds with <responseCode> HTTP code
And user's data is saved to db and user's account is enabled