test('POST /posts/filter arr with title', async () => {
  const { text, statusCode } = await request(app)
    .post('/posts/filter')
    .send({ title: 'Akatsuki' })
    .set({ Authorization: konanToken })