Refactored the `CreateFakeAction` method in `ActionController`: - Replaced individual parameters with a strongly-typed `FakeRequest` model for the request body. - Added `[FromQuery]` attributes for `endpointUri`, `endpointPath`, and `type` to allow query parameter overrides. - Updated serialization logic for `Body` and `Header` to handle null values more explicitly. - Adjusted `BodyQuery` and `HeaderQuery` assignments to improve null handling. Also updated `using` directives to include `ReC.API.Models` and `ReC.Application.RecActions.Commands`.
ReC
Description
Languages
C#
100%