create Custom Post
fun createCustomPost(target: AmityPost.Target, customDataType: String, data: JsonObject, metadata: JsonObject? = null, mentionUserIds: Set<String>? = null): Single<AmityPost>
create a custom post
Return
Async post as Single