The contents of the requested RawMemory.segments.
If a single segment ID is specified, returns the contents of that segment as a string.
If multiple segment IDs are specified, returns the contents of each requested segment as a string array. The order of segment data in this array matches the order of the segment IDs array from the request.
null will be returned instead of a string for any uninitialized segment.
An API success response always contains { ok: 1 }
GET /api/user/memory-segmentresponseSee
ScreepsHttpClient.userMemorySegmentGet