Follow-up to #3191.
The Model Target Web API mock currently returns a small valid zip containing request metadata, not a Vuforia-like generated Model Target dataset. Investigate the structure and headers of real standard and advanced dataset downloads, then make the mock return a synthetic artifact that matches the observable shape where practical without committing real credentials or proprietary generated data.
Acceptance criteria:
- Verified fake tests compare response headers and zip structure against real Vuforia downloads.
- The mock returns a deterministic synthetic zip with Vuforia-like filenames and metadata where practical.
- The documented limitation is narrowed or updated to describe any remaining differences.
Follow-up to #3191.
The Model Target Web API mock currently returns a small valid zip containing request metadata, not a Vuforia-like generated Model Target dataset. Investigate the structure and headers of real standard and advanced dataset downloads, then make the mock return a synthetic artifact that matches the observable shape where practical without committing real credentials or proprietary generated data.
Acceptance criteria: