pub fn request_new<'info>(
    ctx: Context<'_, '_, '_, '_, RequestNew<'_>>,
    id: String,
    method: HttpMethod,
    route: String
) -> Result<()>