OAuth token is missing but token is added to the header

I believe with axios post, argument 2 is for the POST body and argument 3 is where options such as headers go

https://axios-http.com/docs/post_example

Your problem is a axios.post usage issue not an API issue.

You’ve posted your headers as HTTP POST body in error