POST USER

Does post user request need the bearer token to work?

Yes all post requests (which create or modify the data) requires token

I am using postman to access this API and I put the authorization token in the authorization section as bearer token but my post requests are still returning 401. Why is this?


Little markdown supported