export type CreatePostRequest = {
  text: string
  reply_to?: string
  is_nsfw?: boolean
  entities?: {