You can use `#[serde(rename_all = "camelCase")]`[1] in the struct to apply the fix to all fields.
[1]: https://serde.rs/container-attrs.html#serderenameall--