Test and debug endpoints
curl -X GET "https://api.example.com/users/123" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer token_xyz"
{ "id": 123, "name": "Sarah Chen", "email": "[email protected]", "role": "developer" }