9b229873970420cd36bedb98f6ab0e3f637c433d
Introduced a new namespace `ReC.Application.RecActions.Commands` and added the `CreateRecActionCommand` record. This record includes properties such as `ProfileId`, `Active`, `EndpointId`, `Type`, `HeaderQuery`, and `BodyQuery` to encapsulate the necessary data for creating RecActions. Default values were provided for `Active`, `Type`, and `BodyQuery` to streamline initialization.
Description
Languages
C#
100%