A struct to define a response to return from the mock server.
@type t() :: %Moxinet.Response{body: binary() | map() | [any()], status: 100..600}