pub fn empty_response(status: u16) -> Result<Response<Bytes>, ApiGatewayV2Error>
Build an empty response with the given status code.
Returns ApiGatewayV2Error if response construction fails.
ApiGatewayV2Error