How can I create custom response for permission classes
The response now is:
{"detail": "Authentication credentials were not provided."}
The response I want:
{
"status": 403,
"message": "Authentication credentials were not provided",
"response": {....}
}