Estou tentando fazer o post, mas não está dando certo... O que pode ser?
await axios.post(tabnews + '/contents', {
title: article.title,
body: `<p>${article.content}</p>`,
status: "published",
source_url: article.source
}, {
headers: {
cookies: `session_id=${user.token}`
}
})