pub async fn get_block_next_id(
    block_id_hex: String,
    query: GetBlockNextIdQuery,
    context: ContextLock
) -> Result<impl Reply, Rejection>