API Testing through POST mode

I have an order table that is linked to my database, and while testing the API via the POST connection with the correct auth token and validating with Swagger API, I discovered It is showing Unauthorized access error> Can anyone help me into this

Which endpoint are you using?

I am using this endpoint URL http://172.31.1.105:8080/api/v1/db/data/v1/New_test/Orders

Have you authenticated? Accessing APIs - NocoDB
If that doesnt work, can you tell me what you are trying to post? FAQs - NocoDB