Ideally you would have something like: ```"posts/$...
# kotlin-fuel
b
Ideally you would have something like:
Copy code
"posts/${postId}".httpPut().body(post.json()).responseString { request, response, either ->
        if (either is Either.Right) result = either.right
    } .coalesce()