insertResource

@PUT(value = "{resourceType}/{id}")
abstract suspend fun insertResource(@Path(value = "resourceType") resourceType: String, @Path(value = "id") id: String, @Body body: RequestBody): Resource