Expand description
The Trust-Task URL each route this client calls is gated on, as declared
in vtc-service/src/routes/mod.rs.
Kept as one block so the mapping is auditable against the server’s router in a single read, rather than scattered as string literals down the file. A URL that drifts from the server’s is a 400 at runtime, so this list is part of the client’s contract, not decoration.