postLike

@POST(value = "likes")
abstract suspend fun postLike(@Body like: ApiLike): ApiLike

Posts a new Like item to the API.

Return

The created ApiLike item.

Parameters

like

The Like item to post.