Check and validate the correctness of the openapi specification for `GET /v3/apps/:guid/processes/:type` **Aspect:** Verify the request headers. **Details:** - [ ] **Standard Headers**: Check for the presence of standard headers like `Content-Type` and `Authorization`. - [ ] **Custom Headers**: Verify that any custom headers are correctly defined and documented. - [ ] **Case-Insensitivity**: Remember that header names are case-insensitive as per RFC7230. <!-- ID: GET /v3/apps/:guid/processes/:type-request-headers -->
Check and validate the correctness of the openapi specification for
GET /v3/apps/:guid/processes/:typeAspect: Verify the request headers.
Details:
Content-TypeandAuthorization.