Write code that retrieves the contents from the MDC variable called requestPath. If there is no such variable, or its content is null, then the value must also be null:
format {
val path: String? = // you code here
"Request path: $path"
}