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