pub fn create_response_with_status(
status: StatusCode,
data: Value,
) -> Result<Response>
Expand description
Helper function to create a response with custom status
pub fn create_response_with_status(
status: StatusCode,
data: Value,
) -> Result<Response>
Helper function to create a response with custom status