Move

used for account migrations

sample payload

mastodon

https://github.com/mastodon/mastodon/blob/main/app/serializers/activitypub/move_serializer.rb

1{
2	"@context": "https://www.w3.org/ns/activitystreams",
3	"id": "https://mastodon.example/users/username#moves/1",
4	"actor": "https://mastodon.example/users/username",
5	"type": "Move",
6	"object": "https://mastodon.example/users/username",
7	"target": "https://social.example/users/new_user"
8}