create Text Post
fun createTextPost(target: AmityPost.Target, text: String, metadata: JsonObject? = null, mentionUserIds: Set<String>? = null): Single<AmityPost>
create a text post
Return
Async post as Single
create a text post
Async post as Single