getUsernameInformation

@POST(value = "/v1/usernames/users")
abstract fun getUsernameInformation(@Body data: UserNameRequest): Call<UserListData>