For context, I am working on an API in postman, where an http request can be authorized using an api key or basic authentication.
I was using 401 as a status code if a different authorization method was used. Is there a more suitable status code for that?