Hi,
I'm currently writing a script that can be used to migrate a Lussumo Vanilla forum to Flarum.
This script reads the Vanilla MySQL database and sends request to Flarum's HTTP API.
I'm working on migrating user accounts.
Is it possible to specify custom join_time, last_seen_time and read_time using Flarum's API?
If so, how? I tried setting those in JSON payload's data.attributes but it does not work.