I am trying to send datas with post but I think the post url provided by strapi is not good. However, I have no problem to get datas with the same url. I tested it on Postman and I get this error :
{
"data": {
"title": "Hello",
"subtitle": "Lorem Ipsum is simply dummy text of the printing and typesetting industrLorem",
"slug": "slug",
"targetedRaise": "990",
"body":"Lorem Ipsum is simply dummy text of the printing and typesetting industrLorem"
}
``

I have the same issue with error 400, i can post with the data using post man but if i use node-fetch or axios throught my script i get the error. I copy past my console loged body and it work on postman, it drive crazy
Hi!, I have the same error but you can solve it change the format to send.
I used postman whit the next headers:
Content-Type | application/json
Authorization | Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNjgzNjEyMzA0LCJleHAiOjE2ODYyMDQzMDR9.-5Q1iuUzu6CUc3X2bqdFgQQ2-KScbQWzGC3X2O