Test GET /api/greeting endpoint in GreetingController
Preconditions (2)
Step 1: Send a GET request to /api/greeting
Step 2: Verify the response status is 200 OK
Step 3: Verify the response content type is application/json
Step 4: Verify the response body contains JSON with message field equal to 'Hello, World!'
✅ Expected Result: The GET /api/greeting request returns HTTP 200 with JSON {"message": "Hello, World!"}