How can we get 400 from POST /users endpoint?

I have tried with invalid request body but always getting response 401 with message authentication failed.

{'adff' => asdfsdaf}

try above body

with valid token

Hi i get 401 error with valid token. Below is my request and response

POST https://gorest.co.in/public/v2/users/

{ "adff": ahshshsh } Response

401 Unauthorized { "message": "Authentication failed" }


Little markdown supported