[backend/masto-client] Allow scheduling boosts
The reblog endpoint has a new schedule_at field that works exactly like
the new status endpoint, returning a ScheduledStatus. Scheduled boosts
are managed the same way as any other scheduled post.
ScheduledStatus for boosts has an autogenerated fallback text entry, and
the boosted post id can be accessed via the reblog_id field.