Django - REST Framework Basics
You want to create a custom API endpoint that accepts a URL parameter
pk and returns a JSON with the pk value. Which method signature correctly handles this in an APIView?