Verify API key authentication for accessing user profile endpoint
Preconditions (3)
✅ Expected Result: When the API key is included, the response status code is 200 and the user profile data is returned. When the API key is missing, the response status code is 401 Unauthorized with an error message.
