pub fn resolve_callback_url(
expression: &str,
request_body: Option<&Value>,
) -> Option<String>Expand description
Resolve a callback URL runtime expression against the original request body.
Supports the {$request.body#/jsonPointer} syntax defined in OpenAPI 3.x.
Literal text outside {…} is preserved as-is.