Actor Tokens
Create actor token
Create an actor token that can be used to impersonate the given user. The actor parameter needs to include at least a "sub" key whose value is the ID of the actor (impersonating) user.
post/actor_tokens
Request body
Example request
{
"actor": {
"sub": "user_2OEpKhcCN1Lat9NQ0G6puh7q5Rb"
}
}Response
Success