TestReqBody:
    | TestReqJsonBody
    | TestReqUrlEncodedBody
    | TestReqMultipartFormDataBody
    | TestReqCustom

A discriminated union representing the body of an HTTP request for testing purposes.

Each variant maps to a content type, allowing the body data to be typed according to the selected format.

IMPORT_PATH: "@daiso-tech/core/http-router"